samples\SampleMoq.cs (4)
24Response<DetectedLanguage> response = Response.FromValue(TextAnalyticsModelFactory.DetectedLanguage("Spanish", "es", 1.00), mockResponse.Object);
62Response<DetectLanguageResultCollection> response = Response.FromValue(TextAnalyticsModelFactory.DetectLanguageResultCollection(languages, default, default), mockResponse.Object);
103Response<DetectLanguageResultCollection> response = Response.FromValue(TextAnalyticsModelFactory.DetectLanguageResultCollection(languages, docStats, default), mockResponse.Object);
147Response<DetectLanguageResultCollection> response = Response.FromValue(TextAnalyticsModelFactory.DetectLanguageResultCollection(languages, default, default), mockResponse.Object);
Generated\CassandraResourcesOperations.cs (12)
47public virtual async Task<Response<CassandraKeyspaceGetResults>> GetCassandraKeyspaceAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
67public virtual Response<CassandraKeyspaceGetResults> GetCassandraKeyspace(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetCassandraKeyspaceThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetCassandraKeyspaceThroughput(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<CassandraTableGetResults>> GetCassandraTableAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
149public virtual Response<CassandraTableGetResults> GetCassandraTable(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetCassandraTableThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetCassandraTableThroughput(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
228var response = await RestClient.ListCassandraKeyspacesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
262var response = RestClient.ListCassandraKeyspaces(resourceGroupName, accountName, cancellationToken);
301var response = await RestClient.ListCassandraTablesAsync(resourceGroupName, accountName, keyspaceName, cancellationToken).ConfigureAwait(false);
340var response = RestClient.ListCassandraTables(resourceGroupName, accountName, keyspaceName, cancellationToken);
Generated\CassandraResourcesRestOperations.cs (12)
71public async Task<Response<CassandraKeyspaceListResult>> ListCassandraKeyspacesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<CassandraKeyspaceListResult> ListCassandraKeyspaces(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<CassandraKeyspaceGetResults>> GetCassandraKeyspaceAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
194public Response<CassandraKeyspaceGetResults> GetCassandraKeyspace(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetCassandraKeyspaceThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetCassandraKeyspaceThroughput(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
814public async Task<Response<CassandraTableListResult>> ListCassandraTablesAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
851public Response<CassandraTableListResult> ListCassandraTables(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
912public async Task<Response<CassandraTableGetResults>> GetCassandraTableAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
954public Response<CassandraTableGetResults> GetCassandraTable(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetCassandraTableThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetCassandraTableThroughput(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
Generated\CollectionOperations.cs (6)
79var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
128var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
173var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
218var response = RestClient.ListUsages(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
262var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, accountName, databaseRid, collectionRid, cancellationToken).ConfigureAwait(false);
306var response = RestClient.ListMetricDefinitions(resourceGroupName, accountName, databaseRid, collectionRid, cancellationToken);
Generated\CollectionPartitionOperations.cs (4)
79var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
128var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
173var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
218var response = RestClient.ListUsages(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
Generated\CollectionPartitionRegionOperations.cs (2)
84var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListMetrics(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken);
Generated\CollectionPartitionRegionRestOperations.cs (2)
82public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
134public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
Generated\CollectionPartitionRestOperations.cs (4)
79public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
126public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
201public async Task<Response<PartitionUsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
244public Response<PartitionUsagesResult> ListUsages(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
Generated\CollectionRegionOperations.cs (2)
84var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListMetrics(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken);
Generated\CollectionRegionRestOperations.cs (2)
82public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
134public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
Generated\CollectionRestOperations.cs (6)
79public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
126public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
201public async Task<Response<UsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
244public Response<UsagesResult> ListUsages(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
310public async Task<Response<MetricDefinitionsListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, CancellationToken cancellationToken = default)
352public Response<MetricDefinitionsListResult> ListMetricDefinitions(string resourceGroupName, string accountName, string databaseRid, string collectionRid, CancellationToken cancellationToken = default)
Generated\DatabaseAccountsOperations.cs (22)
46public virtual async Task<Response<DatabaseAccountGetResults>> GetAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
65public virtual Response<DatabaseAccountGetResults> Get(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<DatabaseAccountListKeysResult>> ListKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public virtual Response<DatabaseAccountListKeysResult> ListKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
122public virtual async Task<Response<DatabaseAccountListConnectionStringsResult>> ListConnectionStringsAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
141public virtual Response<DatabaseAccountListConnectionStringsResult> ListConnectionStrings(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
160public virtual async Task<Response<DatabaseAccountListReadOnlyKeysResult>> GetReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
179public virtual Response<DatabaseAccountListReadOnlyKeysResult> GetReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
198public virtual async Task<Response<DatabaseAccountListReadOnlyKeysResult>> ListReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
217public virtual Response<DatabaseAccountListReadOnlyKeysResult> ListReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
235public virtual async Task<Response<bool>> CheckNameExistsAsync(string accountName, CancellationToken cancellationToken = default)
253public virtual Response<bool> CheckNameExists(string accountName, CancellationToken cancellationToken = default)
278var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
300var response = RestClient.List(cancellationToken);
329var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
358var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
397var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, filter, cancellationToken).ConfigureAwait(false);
436var response = RestClient.ListMetrics(resourceGroupName, accountName, filter, cancellationToken);
471var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, filter, cancellationToken).ConfigureAwait(false);
506var response = RestClient.ListUsages(resourceGroupName, accountName, filter, cancellationToken);
540var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
574var response = RestClient.ListMetricDefinitions(resourceGroupName, accountName, cancellationToken);
Generated\DatabaseAccountsRestOperations.cs (22)
70public async Task<Response<DatabaseAccountGetResults>> GetAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
102public Response<DatabaseAccountGetResults> Get(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
484public async Task<Response<DatabaseAccountsListResult>> ListAsync(CancellationToken cancellationToken = default)
504public Response<DatabaseAccountsListResult> List(CancellationToken cancellationToken = default)
544public async Task<Response<DatabaseAccountsListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
571public Response<DatabaseAccountsListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
619public async Task<Response<DatabaseAccountListKeysResult>> ListKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
651public Response<DatabaseAccountListKeysResult> ListKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
703public async Task<Response<DatabaseAccountListConnectionStringsResult>> ListConnectionStringsAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
735public Response<DatabaseAccountListConnectionStringsResult> ListConnectionStrings(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
967public async Task<Response<DatabaseAccountListReadOnlyKeysResult>> GetReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
999public Response<DatabaseAccountListReadOnlyKeysResult> GetReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1051public async Task<Response<DatabaseAccountListReadOnlyKeysResult>> ListReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1083public Response<DatabaseAccountListReadOnlyKeysResult> ListReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1217public async Task<Response<bool>> CheckNameExistsAsync(string accountName, CancellationToken cancellationToken = default)
1247public Response<bool> CheckNameExists(string accountName, CancellationToken cancellationToken = default)
1300public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string filter, CancellationToken cancellationToken = default)
1337public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string filter, CancellationToken cancellationToken = default)
1398public async Task<Response<UsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string filter = null, CancellationToken cancellationToken = default)
1431public Response<UsagesResult> ListUsages(string resourceGroupName, string accountName, string filter = null, CancellationToken cancellationToken = default)
1483public async Task<Response<MetricDefinitionsListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1515public Response<MetricDefinitionsListResult> ListMetricDefinitions(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
Generated\DatabaseOperations.cs (6)
74var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, filter, cancellationToken).ConfigureAwait(false);
118var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, filter, cancellationToken);
158var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, databaseRid, filter, cancellationToken).ConfigureAwait(false);
198var response = RestClient.ListUsages(resourceGroupName, accountName, databaseRid, filter, cancellationToken);
237var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, accountName, databaseRid, cancellationToken).ConfigureAwait(false);
276var response = RestClient.ListMetricDefinitions(resourceGroupName, accountName, databaseRid, cancellationToken);
Generated\DatabaseRestOperations.cs (6)
76public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string filter, CancellationToken cancellationToken = default)
118public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string filter, CancellationToken cancellationToken = default)
186public async Task<Response<UsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string databaseRid, string filter = null, CancellationToken cancellationToken = default)
224public Response<UsagesResult> ListUsages(string resourceGroupName, string accountName, string databaseRid, string filter = null, CancellationToken cancellationToken = default)
283public async Task<Response<MetricDefinitionsListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string accountName, string databaseRid, CancellationToken cancellationToken = default)
320public Response<MetricDefinitionsListResult> ListMetricDefinitions(string resourceGroupName, string accountName, string databaseRid, CancellationToken cancellationToken = default)
Generated\GremlinResourcesOperations.cs (12)
47public virtual async Task<Response<GremlinDatabaseGetResults>> GetGremlinDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<GremlinDatabaseGetResults> GetGremlinDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetGremlinDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetGremlinDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<GremlinGraphGetResults>> GetGremlinGraphAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
149public virtual Response<GremlinGraphGetResults> GetGremlinGraph(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetGremlinGraphThroughputAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetGremlinGraphThroughput(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
228var response = await RestClient.ListGremlinDatabasesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
262var response = RestClient.ListGremlinDatabases(resourceGroupName, accountName, cancellationToken);
301var response = await RestClient.ListGremlinGraphsAsync(resourceGroupName, accountName, databaseName, cancellationToken).ConfigureAwait(false);
340var response = RestClient.ListGremlinGraphs(resourceGroupName, accountName, databaseName, cancellationToken);
Generated\GremlinResourcesRestOperations.cs (12)
71public async Task<Response<GremlinDatabaseListResult>> ListGremlinDatabasesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<GremlinDatabaseListResult> ListGremlinDatabases(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<GremlinDatabaseGetResults>> GetGremlinDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
194public Response<GremlinDatabaseGetResults> GetGremlinDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetGremlinDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetGremlinDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
814public async Task<Response<GremlinGraphListResult>> ListGremlinGraphsAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
851public Response<GremlinGraphListResult> ListGremlinGraphs(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
912public async Task<Response<GremlinGraphGetResults>> GetGremlinGraphAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
954public Response<GremlinGraphGetResults> GetGremlinGraph(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetGremlinGraphThroughputAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetGremlinGraphThroughput(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
Generated\MongoDBResourcesOperations.cs (12)
47public virtual async Task<Response<MongoDBDatabaseGetResults>> GetMongoDBDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<MongoDBDatabaseGetResults> GetMongoDBDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetMongoDBDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetMongoDBDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<MongoDBCollectionGetResults>> GetMongoDBCollectionAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
149public virtual Response<MongoDBCollectionGetResults> GetMongoDBCollection(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetMongoDBCollectionThroughputAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetMongoDBCollectionThroughput(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
228var response = await RestClient.ListMongoDBDatabasesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
262var response = RestClient.ListMongoDBDatabases(resourceGroupName, accountName, cancellationToken);
301var response = await RestClient.ListMongoDBCollectionsAsync(resourceGroupName, accountName, databaseName, cancellationToken).ConfigureAwait(false);
340var response = RestClient.ListMongoDBCollections(resourceGroupName, accountName, databaseName, cancellationToken);
Generated\MongoDBResourcesRestOperations.cs (12)
71public async Task<Response<MongoDBDatabaseListResult>> ListMongoDBDatabasesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<MongoDBDatabaseListResult> ListMongoDBDatabases(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<MongoDBDatabaseGetResults>> GetMongoDBDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
194public Response<MongoDBDatabaseGetResults> GetMongoDBDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetMongoDBDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetMongoDBDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
814public async Task<Response<MongoDBCollectionListResult>> ListMongoDBCollectionsAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
851public Response<MongoDBCollectionListResult> ListMongoDBCollections(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
912public async Task<Response<MongoDBCollectionGetResults>> GetMongoDBCollectionAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
954public Response<MongoDBCollectionGetResults> GetMongoDBCollection(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetMongoDBCollectionThroughputAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetMongoDBCollectionThroughput(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
Generated\NotebookWorkspacesOperations.cs (6)
47public virtual async Task<Response<NotebookWorkspace>> GetAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
67public virtual Response<NotebookWorkspace> Get(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NotebookWorkspaceConnectionInfoResult>> ListConnectionInfoAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
107public virtual Response<NotebookWorkspaceConnectionInfoResult> ListConnectionInfo(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByDatabaseAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
178var response = RestClient.ListByDatabaseAccount(resourceGroupName, accountName, cancellationToken);
Generated\NotebookWorkspacesRestOperations.cs (6)
71public async Task<Response<NotebookWorkspaceListResult>> ListByDatabaseAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<NotebookWorkspaceListResult> ListByDatabaseAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<NotebookWorkspace>> GetAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
190public Response<NotebookWorkspace> Get(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
415public async Task<Response<NotebookWorkspaceConnectionInfoResult>> ListConnectionInfoAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
448public Response<NotebookWorkspaceConnectionInfoResult> ListConnectionInfo(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
Generated\PartitionKeyRangeIdOperations.cs (2)
84var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken);
Generated\PartitionKeyRangeIdRegionOperations.cs (2)
89var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, region, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken).ConfigureAwait(false);
148var response = RestClient.ListMetrics(resourceGroupName, accountName, region, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken);
Generated\PartitionKeyRangeIdRegionRestOperations.cs (2)
85public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
142public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
Generated\PartitionKeyRangeIdRestOperations.cs (2)
82public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
134public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
Generated\PercentileSourceTargetOperations.cs (2)
79var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, sourceRegion, targetRegion, filter, cancellationToken).ConfigureAwait(false);
128var response = RestClient.ListMetrics(resourceGroupName, accountName, sourceRegion, targetRegion, filter, cancellationToken);
Generated\PercentileSourceTargetRestOperations.cs (2)
79public async Task<Response<PercentileMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string sourceRegion, string targetRegion, string filter, CancellationToken cancellationToken = default)
126public Response<PercentileMetricListResult> ListMetrics(string resourceGroupName, string accountName, string sourceRegion, string targetRegion, string filter, CancellationToken cancellationToken = default)
Generated\PrivateEndpointConnectionsOperations.cs (4)
47public virtual async Task<Response<PrivateEndpointConnectionAutoGenerated>> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateEndpointConnectionAutoGenerated> Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByDatabaseAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByDatabaseAccount(resourceGroupName, accountName, cancellationToken);
Generated\PrivateEndpointConnectionsRestOperations.cs (4)
71public async Task<Response<PrivateEndpointConnectionListResult>> ListByDatabaseAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<PrivateEndpointConnectionListResult> ListByDatabaseAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<PrivateEndpointConnectionAutoGenerated>> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
194public Response<PrivateEndpointConnectionAutoGenerated> Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
Generated\PrivateLinkResourcesOperations.cs (4)
47public virtual async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateLinkResource> Get(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByDatabaseAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByDatabaseAccount(resourceGroupName, accountName, cancellationToken);
Generated\PrivateLinkResourcesRestOperations.cs (4)
71public async Task<Response<PrivateLinkResourceListResult>> ListByDatabaseAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<PrivateLinkResourceListResult> ListByDatabaseAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
194public Response<PrivateLinkResource> Get(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
Generated\SqlResourcesOperations.cs (24)
47public virtual async Task<Response<SqlDatabaseGetResults>> GetSqlDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<SqlDatabaseGetResults> GetSqlDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetSqlDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetSqlDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<SqlContainerGetResults>> GetSqlContainerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
149public virtual Response<SqlContainerGetResults> GetSqlContainer(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetSqlContainerThroughputAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetSqlContainerThroughput(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
213public virtual async Task<Response<SqlStoredProcedureGetResults>> GetSqlStoredProcedureAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
235public virtual Response<SqlStoredProcedureGetResults> GetSqlStoredProcedure(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
257public virtual async Task<Response<SqlUserDefinedFunctionGetResults>> GetSqlUserDefinedFunctionAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
279public virtual Response<SqlUserDefinedFunctionGetResults> GetSqlUserDefinedFunction(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
301public virtual async Task<Response<SqlTriggerGetResults>> GetSqlTriggerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
323public virtual Response<SqlTriggerGetResults> GetSqlTrigger(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
360var response = await RestClient.ListSqlDatabasesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
394var response = RestClient.ListSqlDatabases(resourceGroupName, accountName, cancellationToken);
433var response = await RestClient.ListSqlContainersAsync(resourceGroupName, accountName, databaseName, cancellationToken).ConfigureAwait(false);
472var response = RestClient.ListSqlContainers(resourceGroupName, accountName, databaseName, cancellationToken);
516var response = await RestClient.ListSqlStoredProceduresAsync(resourceGroupName, accountName, databaseName, containerName, cancellationToken).ConfigureAwait(false);
560var response = RestClient.ListSqlStoredProcedures(resourceGroupName, accountName, databaseName, containerName, cancellationToken);
604var response = await RestClient.ListSqlUserDefinedFunctionsAsync(resourceGroupName, accountName, databaseName, containerName, cancellationToken).ConfigureAwait(false);
648var response = RestClient.ListSqlUserDefinedFunctions(resourceGroupName, accountName, databaseName, containerName, cancellationToken);
692var response = await RestClient.ListSqlTriggersAsync(resourceGroupName, accountName, databaseName, containerName, cancellationToken).ConfigureAwait(false);
736var response = RestClient.ListSqlTriggers(resourceGroupName, accountName, databaseName, containerName, cancellationToken);
Generated\SqlResourcesRestOperations.cs (24)
71public async Task<Response<SqlDatabaseListResult>> ListSqlDatabasesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<SqlDatabaseListResult> ListSqlDatabases(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<SqlDatabaseGetResults>> GetSqlDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
194public Response<SqlDatabaseGetResults> GetSqlDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetSqlDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetSqlDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
814public async Task<Response<SqlContainerListResult>> ListSqlContainersAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
851public Response<SqlContainerListResult> ListSqlContainers(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
912public async Task<Response<SqlContainerGetResults>> GetSqlContainerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
954public Response<SqlContainerGetResults> GetSqlContainer(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetSqlContainerThroughputAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetSqlContainerThroughput(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1653public async Task<Response<SqlStoredProcedureListResult>> ListSqlStoredProceduresAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1695public Response<SqlStoredProcedureListResult> ListSqlStoredProcedures(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1763public async Task<Response<SqlStoredProcedureGetResults>> GetSqlStoredProcedureAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
1810public Response<SqlStoredProcedureGetResults> GetSqlStoredProcedure(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
2115public async Task<Response<SqlUserDefinedFunctionListResult>> ListSqlUserDefinedFunctionsAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2157public Response<SqlUserDefinedFunctionListResult> ListSqlUserDefinedFunctions(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2225public async Task<Response<SqlUserDefinedFunctionGetResults>> GetSqlUserDefinedFunctionAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
2272public Response<SqlUserDefinedFunctionGetResults> GetSqlUserDefinedFunction(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
2577public async Task<Response<SqlTriggerListResult>> ListSqlTriggersAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2619public Response<SqlTriggerListResult> ListSqlTriggers(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2687public async Task<Response<SqlTriggerGetResults>> GetSqlTriggerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
2734public Response<SqlTriggerGetResults> GetSqlTrigger(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
Generated\TableResourcesOperations.cs (6)
47public virtual async Task<Response<TableGetResults>> GetTableAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
67public virtual Response<TableGetResults> GetTable(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetTableThroughputAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetTableThroughput(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListTablesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
178var response = RestClient.ListTables(resourceGroupName, accountName, cancellationToken);
Generated\TableResourcesRestOperations.cs (6)
71public async Task<Response<TableListResult>> ListTablesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<TableListResult> ListTables(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<TableGetResults>> GetTableAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
194public Response<TableGetResults> GetTable(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetTableThroughputAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetTableThroughput(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
Generated\ApplicationGateway.cs (12)
93public async virtual Task<Response<ApplicationGateway>> GetAsync(CancellationToken cancellationToken = default)
99var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
113public virtual Response<ApplicationGateway> Get(CancellationToken cancellationToken = default)
119var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
194public virtual async Task<Response<ApplicationGateway>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
205var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
219public virtual Response<ApplicationGateway> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
230var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
251var response = _applicationGatewayPrivateLinkResourcesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
266var response = _applicationGatewayPrivateLinkResourcesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
289var response = await _applicationGatewayPrivateLinkResourcesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
304var response = await _applicationGatewayPrivateLinkResourcesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ApplicationGatewayContainer.cs (16)
117public virtual Response<ApplicationGateway> Get(string applicationGatewayName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, applicationGatewayName, cancellationToken: cancellationToken);
143public async virtual Task<Response<ApplicationGateway>> GetAsync(string applicationGatewayName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, applicationGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<ApplicationGateway> GetIfExists(string applicationGatewayName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, applicationGatewayName, cancellationToken: cancellationToken);
195public async virtual Task<Response<ApplicationGateway>> GetIfExistsAsync(string applicationGatewayName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, applicationGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string applicationGatewayName, CancellationToken cancellationToken = default)
232var response = GetIfExists(applicationGatewayName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string applicationGatewayName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(applicationGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ApplicationGatewayPrivateEndpointConnectionContainer.cs (16)
47public virtual Response<ApplicationGatewayPrivateEndpointConnection> Get(string connectionName, CancellationToken cancellationToken = default)
58var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
73public async virtual Task<Response<ApplicationGatewayPrivateEndpointConnection>> GetAsync(string connectionName, CancellationToken cancellationToken = default)
84var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
99public virtual Response<ApplicationGatewayPrivateEndpointConnection> GetIfExists(string connectionName, CancellationToken cancellationToken = default)
110var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
125public async virtual Task<Response<ApplicationGatewayPrivateEndpointConnection>> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
136var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
151public virtual Response<bool> CheckIfExists(string connectionName, CancellationToken cancellationToken = default)
162var response = GetIfExists(connectionName, cancellationToken: cancellationToken);
175public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
186var response = await GetIfExistsAsync(connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
207var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
222var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
245var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
260var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ApplicationSecurityGroup.cs (8)
89public async virtual Task<Response<ApplicationSecurityGroup>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<ApplicationSecurityGroup> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<ApplicationSecurityGroup>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<ApplicationSecurityGroup> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\ApplicationSecurityGroupContainer.cs (16)
117public virtual Response<ApplicationSecurityGroup> Get(string applicationSecurityGroupName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, applicationSecurityGroupName, cancellationToken: cancellationToken);
143public async virtual Task<Response<ApplicationSecurityGroup>> GetAsync(string applicationSecurityGroupName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, applicationSecurityGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<ApplicationSecurityGroup> GetIfExists(string applicationSecurityGroupName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, applicationSecurityGroupName, cancellationToken: cancellationToken);
195public async virtual Task<Response<ApplicationSecurityGroup>> GetIfExistsAsync(string applicationSecurityGroupName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, applicationSecurityGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string applicationSecurityGroupName, CancellationToken cancellationToken = default)
232var response = GetIfExists(applicationSecurityGroupName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string applicationSecurityGroupName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(applicationSecurityGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\AzureFirewallContainer.cs (16)
117public virtual Response<AzureFirewall> Get(string azureFirewallName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, azureFirewallName, cancellationToken: cancellationToken);
143public async virtual Task<Response<AzureFirewall>> GetAsync(string azureFirewallName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, azureFirewallName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<AzureFirewall> GetIfExists(string azureFirewallName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, azureFirewallName, cancellationToken: cancellationToken);
195public async virtual Task<Response<AzureFirewall>> GetIfExistsAsync(string azureFirewallName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, azureFirewallName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string azureFirewallName, CancellationToken cancellationToken = default)
232var response = GetIfExists(azureFirewallName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string azureFirewallName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(azureFirewallName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\BackendAddressPoolContainer.cs (16)
116public virtual Response<BackendAddressPool> Get(string backendAddressPoolName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, backendAddressPoolName, cancellationToken: cancellationToken);
142public async virtual Task<Response<BackendAddressPool>> GetAsync(string backendAddressPoolName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, backendAddressPoolName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<BackendAddressPool> GetIfExists(string backendAddressPoolName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, backendAddressPoolName, cancellationToken: cancellationToken);
194public async virtual Task<Response<BackendAddressPool>> GetIfExistsAsync(string backendAddressPoolName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, backendAddressPoolName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string backendAddressPoolName, CancellationToken cancellationToken = default)
231var response = GetIfExists(backendAddressPoolName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string backendAddressPoolName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(backendAddressPoolName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\BastionHostContainer.cs (16)
117public virtual Response<BastionHost> Get(string bastionHostName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, bastionHostName, cancellationToken: cancellationToken);
143public async virtual Task<Response<BastionHost>> GetAsync(string bastionHostName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, bastionHostName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<BastionHost> GetIfExists(string bastionHostName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, bastionHostName, cancellationToken: cancellationToken);
195public async virtual Task<Response<BastionHost>> GetIfExistsAsync(string bastionHostName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, bastionHostName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string bastionHostName, CancellationToken cancellationToken = default)
232var response = GetIfExists(bastionHostName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string bastionHostName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(bastionHostName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\BgpConnectionContainer.cs (16)
116public virtual Response<BgpConnection> Get(string connectionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<BgpConnection>> GetAsync(string connectionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<BgpConnection> GetIfExists(string connectionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<BgpConnection>> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string connectionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(connectionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ConnectionMonitor.cs (8)
89public async virtual Task<Response<ConnectionMonitor>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<ConnectionMonitor> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
190public virtual async Task<Response<ConnectionMonitor>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<ConnectionMonitor> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken);
Generated\ConnectionMonitorContainer.cs (14)
118public virtual Response<ConnectionMonitor> Get(string connectionMonitorName, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionMonitorName, cancellationToken: cancellationToken);
144public async virtual Task<Response<ConnectionMonitor>> GetAsync(string connectionMonitorName, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionMonitorName, cancellationToken: cancellationToken).ConfigureAwait(false);
170public virtual Response<ConnectionMonitor> GetIfExists(string connectionMonitorName, CancellationToken cancellationToken = default)
181var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionMonitorName, cancellationToken: cancellationToken);
196public async virtual Task<Response<ConnectionMonitor>> GetIfExistsAsync(string connectionMonitorName, CancellationToken cancellationToken = default)
207var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionMonitorName, cancellationToken: cancellationToken).ConfigureAwait(false);
222public virtual Response<bool> CheckIfExists(string connectionMonitorName, CancellationToken cancellationToken = default)
233var response = GetIfExists(connectionMonitorName, cancellationToken: cancellationToken);
246public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionMonitorName, CancellationToken cancellationToken = default)
257var response = await GetIfExistsAsync(connectionMonitorName, cancellationToken: cancellationToken).ConfigureAwait(false);
278var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
301var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\CustomIpPrefix.cs (8)
90public async virtual Task<Response<CustomIpPrefix>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<CustomIpPrefix> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<CustomIpPrefix>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<CustomIpPrefix> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\CustomIpPrefixContainer.cs (16)
118public virtual Response<CustomIpPrefix> Get(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, customIpPrefixName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<CustomIpPrefix>> GetAsync(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, customIpPrefixName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<CustomIpPrefix> GetIfExists(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, customIpPrefixName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<CustomIpPrefix>> GetIfExistsAsync(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, customIpPrefixName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(customIpPrefixName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(customIpPrefixName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DdosCustomPolicy.cs (8)
89public async virtual Task<Response<DdosCustomPolicy>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<DdosCustomPolicy> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<DdosCustomPolicy>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<DdosCustomPolicy> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\DdosCustomPolicyContainer.cs (12)
115public virtual Response<DdosCustomPolicy> Get(string ddosCustomPolicyName, CancellationToken cancellationToken = default)
126var response = _restClient.Get(Id.ResourceGroupName, ddosCustomPolicyName, cancellationToken: cancellationToken);
141public async virtual Task<Response<DdosCustomPolicy>> GetAsync(string ddosCustomPolicyName, CancellationToken cancellationToken = default)
152var response = await _restClient.GetAsync(Id.ResourceGroupName, ddosCustomPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false);
167public virtual Response<DdosCustomPolicy> GetIfExists(string ddosCustomPolicyName, CancellationToken cancellationToken = default)
178var response = _restClient.Get(Id.ResourceGroupName, ddosCustomPolicyName, cancellationToken: cancellationToken);
193public async virtual Task<Response<DdosCustomPolicy>> GetIfExistsAsync(string ddosCustomPolicyName, CancellationToken cancellationToken = default)
204var response = await _restClient.GetAsync(Id.ResourceGroupName, ddosCustomPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false);
219public virtual Response<bool> CheckIfExists(string ddosCustomPolicyName, CancellationToken cancellationToken = default)
230var response = GetIfExists(ddosCustomPolicyName, cancellationToken: cancellationToken);
243public async virtual Task<Response<bool>> CheckIfExistsAsync(string ddosCustomPolicyName, CancellationToken cancellationToken = default)
254var response = await GetIfExistsAsync(ddosCustomPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DdosProtectionPlan.cs (26)
89public async virtual Task<Response<DdosProtectionPlan>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<DdosProtectionPlan> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
192public async virtual Task<Response<DdosProtectionPlan>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
203var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
206var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
221public virtual Response<DdosProtectionPlan> AddTag(string key, string value, CancellationToken cancellationToken = default)
232var originalTags = TagResource.Get(cancellationToken);
235var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
249public async virtual Task<Response<DdosProtectionPlan>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
261var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
264var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
278public virtual Response<DdosProtectionPlan> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
290var originalTags = TagResource.Get(cancellationToken);
293var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
307public async virtual Task<Response<DdosProtectionPlan>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
318var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
321var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
335public virtual Response<DdosProtectionPlan> RemoveTag(string key, CancellationToken cancellationToken = default)
346var originalTags = TagResource.Get(cancellationToken);
349var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
362public virtual async Task<Response<DdosProtectionPlan>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
373var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
387public virtual Response<DdosProtectionPlan> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
398var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\DdosProtectionPlanContainer.cs (16)
117public virtual Response<DdosProtectionPlan> Get(string ddosProtectionPlanName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, ddosProtectionPlanName, cancellationToken: cancellationToken);
143public async virtual Task<Response<DdosProtectionPlan>> GetAsync(string ddosProtectionPlanName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, ddosProtectionPlanName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<DdosProtectionPlan> GetIfExists(string ddosProtectionPlanName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, ddosProtectionPlanName, cancellationToken: cancellationToken);
195public async virtual Task<Response<DdosProtectionPlan>> GetIfExistsAsync(string ddosProtectionPlanName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, ddosProtectionPlanName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string ddosProtectionPlanName, CancellationToken cancellationToken = default)
232var response = GetIfExists(ddosProtectionPlanName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string ddosProtectionPlanName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(ddosProtectionPlanName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DscpConfigurationContainer.cs (16)
117public virtual Response<DscpConfiguration> Get(string dscpConfigurationName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, dscpConfigurationName, cancellationToken: cancellationToken);
143public async virtual Task<Response<DscpConfiguration>> GetAsync(string dscpConfigurationName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, dscpConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<DscpConfiguration> GetIfExists(string dscpConfigurationName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, dscpConfigurationName, cancellationToken: cancellationToken);
195public async virtual Task<Response<DscpConfiguration>> GetIfExistsAsync(string dscpConfigurationName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, dscpConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string dscpConfigurationName, CancellationToken cancellationToken = default)
232var response = GetIfExists(dscpConfigurationName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string dscpConfigurationName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(dscpConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteCircuit.cs (16)
89public async virtual Task<Response<ExpressRouteCircuit>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<ExpressRouteCircuit> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<ExpressRouteCircuit>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<ExpressRouteCircuit> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
238public virtual async Task<Response<ExpressRouteCircuitStats>> GetStatsAsync(CancellationToken cancellationToken = default)
244var response = await _restClient.GetStatsAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
256public virtual Response<ExpressRouteCircuitStats> GetStats(CancellationToken cancellationToken = default)
262var response = _restClient.GetStats(Id.ResourceGroupName, Id.Name, cancellationToken);
274public virtual async Task<Response<ExpressRouteCircuitStats>> GetPeeringStatsAsync(CancellationToken cancellationToken = default)
280var response = await _restClient.GetPeeringStatsAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
292public virtual Response<ExpressRouteCircuitStats> GetPeeringStats(CancellationToken cancellationToken = default)
298var response = _restClient.GetPeeringStats(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
Generated\ExpressRouteCircuitAuthorizationContainer.cs (16)
116public virtual Response<ExpressRouteCircuitAuthorization> Get(string authorizationName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken: cancellationToken);
142public async virtual Task<Response<ExpressRouteCircuitAuthorization>> GetAsync(string authorizationName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<ExpressRouteCircuitAuthorization> GetIfExists(string authorizationName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken: cancellationToken);
194public async virtual Task<Response<ExpressRouteCircuitAuthorization>> GetIfExistsAsync(string authorizationName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string authorizationName, CancellationToken cancellationToken = default)
231var response = GetIfExists(authorizationName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string authorizationName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(authorizationName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteCircuitConnectionContainer.cs (16)
116public virtual Response<ExpressRouteCircuitConnection> Get(string connectionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, connectionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<ExpressRouteCircuitConnection>> GetAsync(string connectionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<ExpressRouteCircuitConnection> GetIfExists(string connectionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, connectionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<ExpressRouteCircuitConnection>> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string connectionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(connectionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteCircuitContainer.cs (16)
117public virtual Response<ExpressRouteCircuit> Get(string circuitName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, circuitName, cancellationToken: cancellationToken);
143public async virtual Task<Response<ExpressRouteCircuit>> GetAsync(string circuitName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, circuitName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<ExpressRouteCircuit> GetIfExists(string circuitName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, circuitName, cancellationToken: cancellationToken);
195public async virtual Task<Response<ExpressRouteCircuit>> GetIfExistsAsync(string circuitName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, circuitName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string circuitName, CancellationToken cancellationToken = default)
232var response = GetIfExists(circuitName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string circuitName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(circuitName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteCircuitPeering.cs (12)
93public async virtual Task<Response<ExpressRouteCircuitPeering>> GetAsync(CancellationToken cancellationToken = default)
99var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
113public virtual Response<ExpressRouteCircuitPeering> Get(CancellationToken cancellationToken = default)
119var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
192public virtual async Task<Response<PeerExpressRouteCircuitConnection>> GetPeerExpressRouteCircuitConnectionAsync(CancellationToken cancellationToken = default)
198var response = await _peerExpressRouteCircuitConnectionsRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
210public virtual Response<PeerExpressRouteCircuitConnection> GetPeerExpressRouteCircuitConnection(CancellationToken cancellationToken = default)
216var response = _peerExpressRouteCircuitConnectionsRestClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken);
237var response = _peerExpressRouteCircuitConnectionsRestClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
252var response = _peerExpressRouteCircuitConnectionsRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
275var response = await _peerExpressRouteCircuitConnectionsRestClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
290var response = await _peerExpressRouteCircuitConnectionsRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteCircuitPeeringContainer.cs (16)
116public virtual Response<ExpressRouteCircuitPeering> Get(string peeringName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken);
142public async virtual Task<Response<ExpressRouteCircuitPeering>> GetAsync(string peeringName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<ExpressRouteCircuitPeering> GetIfExists(string peeringName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken);
194public async virtual Task<Response<ExpressRouteCircuitPeering>> GetIfExistsAsync(string peeringName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string peeringName, CancellationToken cancellationToken = default)
231var response = GetIfExists(peeringName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string peeringName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteConnectionContainer.cs (16)
116public virtual Response<ExpressRouteConnection> Get(string connectionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<ExpressRouteConnection>> GetAsync(string connectionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<ExpressRouteConnection> GetIfExists(string connectionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<ExpressRouteConnection>> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string connectionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(connectionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
267public virtual async Task<Response<IReadOnlyList<ExpressRouteConnection>>> GetAllAsync(CancellationToken cancellationToken = default)
273var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
285public virtual Response<IReadOnlyList<ExpressRouteConnection>> GetAll(CancellationToken cancellationToken = default)
291var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\ExpressRouteCrossConnection.cs (8)
89public async virtual Task<Response<ExpressRouteCrossConnection>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<ExpressRouteCrossConnection> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
146public virtual async Task<Response<ExpressRouteCrossConnection>> UpdateTagsAsync(TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
157var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, crossConnectionParameters, cancellationToken).ConfigureAwait(false);
171public virtual Response<ExpressRouteCrossConnection> UpdateTags(TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
182var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, crossConnectionParameters, cancellationToken);
Generated\ExpressRouteCrossConnectionContainer.cs (16)
117public virtual Response<ExpressRouteCrossConnection> Get(string crossConnectionName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, crossConnectionName, cancellationToken: cancellationToken);
143public async virtual Task<Response<ExpressRouteCrossConnection>> GetAsync(string crossConnectionName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, crossConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<ExpressRouteCrossConnection> GetIfExists(string crossConnectionName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, crossConnectionName, cancellationToken: cancellationToken);
195public async virtual Task<Response<ExpressRouteCrossConnection>> GetIfExistsAsync(string crossConnectionName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, crossConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string crossConnectionName, CancellationToken cancellationToken = default)
232var response = GetIfExists(crossConnectionName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string crossConnectionName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(crossConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteCrossConnectionPeeringContainer.cs (16)
116public virtual Response<ExpressRouteCrossConnectionPeering> Get(string peeringName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken);
142public async virtual Task<Response<ExpressRouteCrossConnectionPeering>> GetAsync(string peeringName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<ExpressRouteCrossConnectionPeering> GetIfExists(string peeringName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken);
194public async virtual Task<Response<ExpressRouteCrossConnectionPeering>> GetIfExistsAsync(string peeringName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string peeringName, CancellationToken cancellationToken = default)
231var response = GetIfExists(peeringName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string peeringName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRouteGatewayContainer.cs (16)
117public virtual Response<ExpressRouteGateway> Get(string expressRouteGatewayName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, expressRouteGatewayName, cancellationToken: cancellationToken);
143public async virtual Task<Response<ExpressRouteGateway>> GetAsync(string expressRouteGatewayName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, expressRouteGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<ExpressRouteGateway> GetIfExists(string expressRouteGatewayName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, expressRouteGatewayName, cancellationToken: cancellationToken);
195public async virtual Task<Response<ExpressRouteGateway>> GetIfExistsAsync(string expressRouteGatewayName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, expressRouteGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string expressRouteGatewayName, CancellationToken cancellationToken = default)
232var response = GetIfExists(expressRouteGatewayName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string expressRouteGatewayName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(expressRouteGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
268public virtual async Task<Response<IReadOnlyList<ExpressRouteGateway>>> GetAllAsync(CancellationToken cancellationToken = default)
274var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken).ConfigureAwait(false);
286public virtual Response<IReadOnlyList<ExpressRouteGateway>> GetAll(CancellationToken cancellationToken = default)
292var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken);
Generated\ExpressRoutePort.cs (20)
93public async virtual Task<Response<ExpressRoutePort>> GetAsync(CancellationToken cancellationToken = default)
99var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
113public virtual Response<ExpressRoutePort> Get(CancellationToken cancellationToken = default)
119var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
194public virtual async Task<Response<ExpressRoutePort>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
205var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
219public virtual Response<ExpressRoutePort> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
230var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
244public virtual async Task<Response<GenerateExpressRoutePortsLOAResult>> GenerateLOAAsync(GenerateExpressRoutePortsLOARequest request, CancellationToken cancellationToken = default)
255var response = await _restClient.GenerateLOAAsync(Id.ResourceGroupName, Id.Name, request, cancellationToken).ConfigureAwait(false);
269public virtual Response<GenerateExpressRoutePortsLOAResult> GenerateLOA(GenerateExpressRoutePortsLOARequest request, CancellationToken cancellationToken = default)
280var response = _restClient.GenerateLOA(Id.ResourceGroupName, Id.Name, request, cancellationToken);
292public virtual async Task<Response<ExpressRouteLink>> GetExpressRouteLinkAsync(CancellationToken cancellationToken = default)
298var response = await _expressRouteLinksRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
310public virtual Response<ExpressRouteLink> GetExpressRouteLink(CancellationToken cancellationToken = default)
316var response = _expressRouteLinksRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
337var response = _expressRouteLinksRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
352var response = _expressRouteLinksRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
375var response = await _expressRouteLinksRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
390var response = await _expressRouteLinksRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ExpressRoutePortContainer.cs (16)
117public virtual Response<ExpressRoutePort> Get(string expressRoutePortName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, expressRoutePortName, cancellationToken: cancellationToken);
143public async virtual Task<Response<ExpressRoutePort>> GetAsync(string expressRoutePortName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, expressRoutePortName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<ExpressRoutePort> GetIfExists(string expressRoutePortName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, expressRoutePortName, cancellationToken: cancellationToken);
195public async virtual Task<Response<ExpressRoutePort>> GetIfExistsAsync(string expressRoutePortName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, expressRoutePortName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string expressRoutePortName, CancellationToken cancellationToken = default)
232var response = GetIfExists(expressRoutePortName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string expressRoutePortName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(expressRoutePortName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\Extensions\ResourceGroupExtensions.cs (8)
482var response = await restOperations.GetAllAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
497var response = await restOperations.GetAllNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
534var response = restOperations.GetAll(location, cancellationToken: cancellationToken);
549var response = restOperations.GetAllNextPage(nextLink, location, cancellationToken: cancellationToken);
586var response = await restOperations.GetAllByResourceGroupAsync(resourceGroup.Id.Name, location, cancellationToken: cancellationToken).ConfigureAwait(false);
601var response = await restOperations.GetAllByResourceGroupNextPageAsync(nextLink, resourceGroup.Id.Name, location, cancellationToken: cancellationToken).ConfigureAwait(false);
638var response = restOperations.GetAllByResourceGroup(resourceGroup.Id.Name, location, cancellationToken: cancellationToken);
653var response = restOperations.GetAllByResourceGroupNextPage(nextLink, resourceGroup.Id.Name, location, cancellationToken: cancellationToken);
Generated\Extensions\SubscriptionExtensions.cs (246)
48var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
63var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
93var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
108var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
173var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
188var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
218var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
233var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
298var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
313var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
343var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
358var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
423var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
438var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
468var response = restOperations.GetAll(cancellationToken: cancellationToken);
483var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
548var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
563var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
593var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
608var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
673var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
688var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
718var response = restOperations.GetAll(cancellationToken: cancellationToken);
733var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
798var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
813var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
843var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
858var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
923var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
938var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
968var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
983var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1048var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1063var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1093var response = restOperations.GetAll(cancellationToken: cancellationToken);
1108var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1173var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1188var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1218var response = restOperations.GetAll(cancellationToken: cancellationToken);
1233var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1298var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1313var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1343var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
1358var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1423var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1438var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1468var response = restOperations.GetAll(cancellationToken: cancellationToken);
1483var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1548var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1563var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1593var response = restOperations.GetAll(cancellationToken: cancellationToken);
1608var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1673var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1688var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1718var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
1733var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1798var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1813var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1843var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
1858var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1923var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1938var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1968var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
1983var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2048var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2063var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
2093var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
2108var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2173var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2188var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
2218var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
2233var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2298var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2313var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
2343var response = restOperations.GetAll(cancellationToken: cancellationToken);
2358var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
2423var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2453var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
2518var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2533var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
2563var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
2578var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2643var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2658var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
2688var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
2703var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2740var response = await restOperations.GetAutoApprovedPrivateLinkServicesAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
2755var response = await restOperations.GetAutoApprovedPrivateLinkServicesNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
2792var response = restOperations.GetAutoApprovedPrivateLinkServices(location, cancellationToken: cancellationToken);
2807var response = restOperations.GetAutoApprovedPrivateLinkServicesNextPage(nextLink, location, cancellationToken: cancellationToken);
2872var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
2887var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
2917var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
2932var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2997var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3012var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3042var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
3057var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
3122var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3137var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3167var response = restOperations.GetAll(cancellationToken: cancellationToken);
3182var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
3247var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3262var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3292var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
3307var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
3372var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3387var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3417var response = restOperations.GetAll(cancellationToken: cancellationToken);
3432var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
3497var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3512var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3542var response = restOperations.GetAll(cancellationToken: cancellationToken);
3557var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
3622var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3637var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3667var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
3682var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
3747var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3762var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3792var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
3807var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
3872var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
3887var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
3917var response = restOperations.GetAll(cancellationToken: cancellationToken);
3932var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
3997var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4012var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4042var response = restOperations.GetAll(cancellationToken: cancellationToken);
4057var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
4122var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4137var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4167var response = restOperations.GetAll(cancellationToken: cancellationToken);
4182var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
4247var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4262var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4292var response = restOperations.GetAll(cancellationToken: cancellationToken);
4307var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
4372var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4387var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4417var response = restOperations.GetAll(cancellationToken: cancellationToken);
4432var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
4497var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4512var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4542var response = restOperations.GetAll(cancellationToken: cancellationToken);
4557var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
4622var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4637var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4667var response = restOperations.GetAll(cancellationToken: cancellationToken);
4682var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
4734public static async Task<Response<IReadOnlyList<ExpressRouteGateway>>> GetExpressRouteGatewaysAsync(this Subscription subscription, CancellationToken cancellationToken = default)
4744var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken).ConfigureAwait(false);
4759public static Response<IReadOnlyList<ExpressRouteGateway>> GetExpressRouteGateways(this Subscription subscription, CancellationToken cancellationToken = default)
4769var response = restOperations.GetAllBySubscription(cancellationToken);
4832var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
4847var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
4877var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
4892var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
4944public static async Task<Response<IReadOnlyList<string>>> GetApplicationGatewayAvailableServiceVariablesAsync(this Subscription subscription, CancellationToken cancellationToken = default)
4954var response = await restOperations.GetAllAsync(cancellationToken).ConfigureAwait(false);
4969public static Response<IReadOnlyList<string>> GetApplicationGatewayAvailableServiceVariables(this Subscription subscription, CancellationToken cancellationToken = default)
4979var response = restOperations.GetAll(cancellationToken);
5002public static async Task<Response<IReadOnlyList<string>>> GetApplicationGatewayAvailableRequestHeadersAsync(this Subscription subscription, CancellationToken cancellationToken = default)
5012var response = await restOperations.GetAllAsync(cancellationToken).ConfigureAwait(false);
5027public static Response<IReadOnlyList<string>> GetApplicationGatewayAvailableRequestHeaders(this Subscription subscription, CancellationToken cancellationToken = default)
5037var response = restOperations.GetAll(cancellationToken);
5060public static async Task<Response<IReadOnlyList<string>>> GetAppicationGatewayAvailableResponseHeadersAsync(this Subscription subscription, CancellationToken cancellationToken = default)
5070var response = await restOperations.GetAllAsync(cancellationToken).ConfigureAwait(false);
5085public static Response<IReadOnlyList<string>> GetAppicationGatewayAvailableResponseHeaders(this Subscription subscription, CancellationToken cancellationToken = default)
5095var response = restOperations.GetAll(cancellationToken);
5118public static async Task<Response<IReadOnlyList<ApplicationGatewayFirewallRuleSet>>> GetApplicationGatewayAvailableWafRuleSetsAsync(this Subscription subscription, CancellationToken cancellationToken = default)
5128var response = await restOperations.GetAllAsync(cancellationToken).ConfigureAwait(false);
5143public static Response<IReadOnlyList<ApplicationGatewayFirewallRuleSet>> GetApplicationGatewayAvailableWafRuleSets(this Subscription subscription, CancellationToken cancellationToken = default)
5153var response = restOperations.GetAll(cancellationToken);
5176public static async Task<Response<ApplicationGatewayAvailableSslOptions>> GetApplicationGatewayAvailableSslOptionAsync(this Subscription subscription, CancellationToken cancellationToken = default)
5186var response = await restOperations.GetAllAsync(cancellationToken).ConfigureAwait(false);
5201public static Response<ApplicationGatewayAvailableSslOptions> GetApplicationGatewayAvailableSslOption(this Subscription subscription, CancellationToken cancellationToken = default)
5211var response = restOperations.GetAll(cancellationToken);
5247var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
5262var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
5292var response = restOperations.GetAll(cancellationToken: cancellationToken);
5307var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
5326public static async Task<Response<ApplicationGatewaySslPredefinedPolicy>> GetApplicationGatewayAvailableSslPredefinedPolicyAsync(this Subscription subscription, string predefinedPolicyName, CancellationToken cancellationToken = default)
5341var response = await restOperations.GetAsync(predefinedPolicyName, cancellationToken).ConfigureAwait(false);
5358public static Response<ApplicationGatewaySslPredefinedPolicy> GetApplicationGatewayAvailableSslPredefinedPolicy(this Subscription subscription, string predefinedPolicyName, CancellationToken cancellationToken = default)
5373var response = restOperations.Get(predefinedPolicyName, cancellationToken);
5409var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
5424var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
5454var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
5469var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
5507var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
5522var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
5552var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
5567var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
5587public static async Task<Response<AzureWebCategory>> GetWebCategoryAsync(this Subscription subscription, string name, string expand = null, CancellationToken cancellationToken = default)
5602var response = await restOperations.GetAsync(name, expand, cancellationToken).ConfigureAwait(false);
5620public static Response<AzureWebCategory> GetWebCategory(this Subscription subscription, string name, string expand = null, CancellationToken cancellationToken = default)
5635var response = restOperations.Get(name, expand, cancellationToken);
5661public static async Task<Response<DnsNameAvailabilityResult>> CheckDnsNameAvailabilityAsync(this Subscription subscription, string location, string domainNameLabel, CancellationToken cancellationToken = default)
5680var response = await restOperations.CheckAsync(location, domainNameLabel, cancellationToken).ConfigureAwait(false);
5698public static Response<DnsNameAvailabilityResult> CheckDnsNameAvailability(this Subscription subscription, string location, string domainNameLabel, CancellationToken cancellationToken = default)
5717var response = restOperations.Check(location, domainNameLabel, cancellationToken);
5760var response = await restOperations.GetAllAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
5775var response = await restOperations.GetAllNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
5812var response = restOperations.GetAll(location, cancellationToken: cancellationToken);
5827var response = restOperations.GetAllNextPage(nextLink, location, cancellationToken: cancellationToken);
5865var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
5880var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
5910var response = restOperations.GetAll(cancellationToken: cancellationToken);
5925var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
5963var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
5978var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
6008var response = restOperations.GetAll(cancellationToken: cancellationToken);
6023var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
6042public static async Task<Response<ExpressRoutePortsLocation>> GetExpressRoutePortsLocationAsync(this Subscription subscription, string locationName, CancellationToken cancellationToken = default)
6057var response = await restOperations.GetAsync(locationName, cancellationToken).ConfigureAwait(false);
6074public static Response<ExpressRoutePortsLocation> GetExpressRoutePortsLocation(this Subscription subscription, string locationName, CancellationToken cancellationToken = default)
6089var response = restOperations.Get(locationName, cancellationToken);
6125var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
6140var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
6170var response = restOperations.GetAll(cancellationToken: cancellationToken);
6185var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
6204public static async Task<Response<NetworkVirtualApplianceSku>> GetVirtualApplianceSkuAsync(this Subscription subscription, string skuName, CancellationToken cancellationToken = default)
6219var response = await restOperations.GetAsync(skuName, cancellationToken).ConfigureAwait(false);
6236public static Response<NetworkVirtualApplianceSku> GetVirtualApplianceSku(this Subscription subscription, string skuName, CancellationToken cancellationToken = default)
6251var response = restOperations.Get(skuName, cancellationToken);
6294var response = await restOperations.GetAllAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
6309var response = await restOperations.GetAllNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
6346var response = restOperations.GetAll(location, cancellationToken: cancellationToken);
6361var response = restOperations.GetAllNextPage(nextLink, location, cancellationToken: cancellationToken);
6403var response = await restOperations.GetAllByResourceGroupAsync(resourceGroupName, location, cancellationToken: cancellationToken).ConfigureAwait(false);
6418var response = await restOperations.GetAllByResourceGroupNextPageAsync(nextLink, resourceGroupName, location, cancellationToken: cancellationToken).ConfigureAwait(false);
6460var response = restOperations.GetAllByResourceGroup(resourceGroupName, location, cancellationToken: cancellationToken);
6475var response = restOperations.GetAllByResourceGroupNextPage(nextLink, resourceGroupName, location, cancellationToken: cancellationToken);
6513var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
6528var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
6558var response = restOperations.GetAll(cancellationToken: cancellationToken);
6573var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
6600public static async Task<Response<ServiceTagsListResult>> GetServiceTagAsync(this Subscription subscription, string location, CancellationToken cancellationToken = default)
6615var response = await restOperations.GetAllAsync(location, cancellationToken).ConfigureAwait(false);
6632public static Response<ServiceTagsListResult> GetServiceTag(this Subscription subscription, string location, CancellationToken cancellationToken = default)
6647var response = restOperations.GetAll(location, cancellationToken);
6690var response = await restOperations.GetAllAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
6705var response = await restOperations.GetAllNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
6742var response = restOperations.GetAll(location, cancellationToken: cancellationToken);
6757var response = restOperations.GetAllNextPage(nextLink, location, cancellationToken: cancellationToken);
Generated\FirewallPolicyContainer.cs (16)
118public virtual Response<FirewallPolicy> Get(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, firewallPolicyName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<FirewallPolicy>> GetAsync(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, firewallPolicyName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<FirewallPolicy> GetIfExists(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, firewallPolicyName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<FirewallPolicy>> GetIfExistsAsync(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, firewallPolicyName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(firewallPolicyName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(firewallPolicyName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\FirewallPolicyRuleCollectionGroupContainer.cs (16)
116public virtual Response<FirewallPolicyRuleCollectionGroup> Get(string ruleCollectionGroupName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, ruleCollectionGroupName, cancellationToken: cancellationToken);
142public async virtual Task<Response<FirewallPolicyRuleCollectionGroup>> GetAsync(string ruleCollectionGroupName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, ruleCollectionGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<FirewallPolicyRuleCollectionGroup> GetIfExists(string ruleCollectionGroupName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, ruleCollectionGroupName, cancellationToken: cancellationToken);
194public async virtual Task<Response<FirewallPolicyRuleCollectionGroup>> GetIfExistsAsync(string ruleCollectionGroupName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, ruleCollectionGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string ruleCollectionGroupName, CancellationToken cancellationToken = default)
231var response = GetIfExists(ruleCollectionGroupName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string ruleCollectionGroupName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(ruleCollectionGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\FlowLog.cs (8)
89public async virtual Task<Response<FlowLog>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<FlowLog> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
190public virtual async Task<Response<FlowLog>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<FlowLog> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken);
Generated\FlowLogContainer.cs (16)
116public virtual Response<FlowLog> Get(string flowLogName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, flowLogName, cancellationToken: cancellationToken);
142public async virtual Task<Response<FlowLog>> GetAsync(string flowLogName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, flowLogName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<FlowLog> GetIfExists(string flowLogName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, flowLogName, cancellationToken: cancellationToken);
194public async virtual Task<Response<FlowLog>> GetIfExistsAsync(string flowLogName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, flowLogName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string flowLogName, CancellationToken cancellationToken = default)
231var response = GetIfExists(flowLogName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string flowLogName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(flowLogName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\HubIpConfigurationContainer.cs (16)
116public virtual Response<HubIpConfiguration> Get(string ipConfigName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, ipConfigName, cancellationToken: cancellationToken);
142public async virtual Task<Response<HubIpConfiguration>> GetAsync(string ipConfigName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, ipConfigName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<HubIpConfiguration> GetIfExists(string ipConfigName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, ipConfigName, cancellationToken: cancellationToken);
194public async virtual Task<Response<HubIpConfiguration>> GetIfExistsAsync(string ipConfigName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, ipConfigName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string ipConfigName, CancellationToken cancellationToken = default)
231var response = GetIfExists(ipConfigName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string ipConfigName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(ipConfigName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\HubRouteTableContainer.cs (16)
116public virtual Response<HubRouteTable> Get(string routeTableName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken);
142public async virtual Task<Response<HubRouteTable>> GetAsync(string routeTableName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<HubRouteTable> GetIfExists(string routeTableName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken);
194public async virtual Task<Response<HubRouteTable>> GetIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string routeTableName, CancellationToken cancellationToken = default)
231var response = GetIfExists(routeTableName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(routeTableName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\HubVirtualNetworkConnectionContainer.cs (16)
116public virtual Response<HubVirtualNetworkConnection> Get(string connectionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<HubVirtualNetworkConnection>> GetAsync(string connectionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<HubVirtualNetworkConnection> GetIfExists(string connectionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<HubVirtualNetworkConnection>> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string connectionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(connectionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\InboundNatRule.cs (4)
90public async virtual Task<Response<InboundNatRule>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<InboundNatRule> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
Generated\InboundNatRuleContainer.cs (16)
117public virtual Response<InboundNatRule> Get(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Name, inboundNatRuleName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<InboundNatRule>> GetAsync(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, inboundNatRuleName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<InboundNatRule> GetIfExists(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Name, inboundNatRuleName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<InboundNatRule>> GetIfExistsAsync(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, inboundNatRuleName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(inboundNatRuleName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(inboundNatRuleName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
282var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
297var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
320var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
335var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\IpAllocation.cs (8)
90public async virtual Task<Response<IpAllocation>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<IpAllocation> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<IpAllocation>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<IpAllocation> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\IpAllocationContainer.cs (16)
118public virtual Response<IpAllocation> Get(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, ipAllocationName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<IpAllocation>> GetAsync(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, ipAllocationName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<IpAllocation> GetIfExists(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, ipAllocationName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<IpAllocation>> GetIfExistsAsync(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, ipAllocationName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(ipAllocationName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(ipAllocationName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\IpGroup.cs (8)
90public async virtual Task<Response<IpGroup>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<IpGroup> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<IpGroup>> UpdateGroupsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateGroupsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<IpGroup> UpdateGroups(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateGroups(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\IpGroupContainer.cs (16)
118public virtual Response<IpGroup> Get(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, ipGroupsName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<IpGroup>> GetAsync(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, ipGroupsName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<IpGroup> GetIfExists(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, ipGroupsName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<IpGroup>> GetIfExistsAsync(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, ipGroupsName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(ipGroupsName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(ipGroupsName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\LoadBalancer.cs (44)
110public async virtual Task<Response<LoadBalancer>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
116var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
131public virtual Response<LoadBalancer> Get(string expand = null, CancellationToken cancellationToken = default)
137var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
212public virtual async Task<Response<LoadBalancer>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
223var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
237public virtual Response<LoadBalancer> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
248var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
260public virtual async Task<Response<FrontendIPConfiguration>> GetLoadBalancerFrontendIPConfigurationAsync(CancellationToken cancellationToken = default)
266var response = await _loadBalancerFrontendIPConfigurationsRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
278public virtual Response<FrontendIPConfiguration> GetLoadBalancerFrontendIPConfiguration(CancellationToken cancellationToken = default)
284var response = _loadBalancerFrontendIPConfigurationsRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
305var response = _loadBalancerFrontendIPConfigurationsRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
320var response = _loadBalancerFrontendIPConfigurationsRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
343var response = await _loadBalancerFrontendIPConfigurationsRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
358var response = await _loadBalancerFrontendIPConfigurationsRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
371public virtual async Task<Response<LoadBalancingRule>> GetLoadBalancerLoadBalancingRuleAsync(CancellationToken cancellationToken = default)
377var response = await _loadBalancerLoadBalancingRulesRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
389public virtual Response<LoadBalancingRule> GetLoadBalancerLoadBalancingRule(CancellationToken cancellationToken = default)
395var response = _loadBalancerLoadBalancingRulesRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
416var response = _loadBalancerLoadBalancingRulesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
431var response = _loadBalancerLoadBalancingRulesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
454var response = await _loadBalancerLoadBalancingRulesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
469var response = await _loadBalancerLoadBalancingRulesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
482public virtual async Task<Response<OutboundRule>> GetLoadBalancerOutboundRuleAsync(CancellationToken cancellationToken = default)
488var response = await _loadBalancerOutboundRulesRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
500public virtual Response<OutboundRule> GetLoadBalancerOutboundRule(CancellationToken cancellationToken = default)
506var response = _loadBalancerOutboundRulesRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
527var response = _loadBalancerOutboundRulesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
542var response = _loadBalancerOutboundRulesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
565var response = await _loadBalancerOutboundRulesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
580var response = await _loadBalancerOutboundRulesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
603var response = _loadBalancerNetworkInterfacesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
618var response = _loadBalancerNetworkInterfacesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
641var response = await _loadBalancerNetworkInterfacesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
656var response = await _loadBalancerNetworkInterfacesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
669public virtual async Task<Response<Probe>> GetLoadBalancerProbeAsync(CancellationToken cancellationToken = default)
675var response = await _loadBalancerProbesRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
687public virtual Response<Probe> GetLoadBalancerProbe(CancellationToken cancellationToken = default)
693var response = _loadBalancerProbesRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
714var response = _loadBalancerProbesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
729var response = _loadBalancerProbesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
752var response = await _loadBalancerProbesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
767var response = await _loadBalancerProbesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\LoadBalancerContainer.cs (16)
118public virtual Response<LoadBalancer> Get(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, loadBalancerName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<LoadBalancer>> GetAsync(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, loadBalancerName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<LoadBalancer> GetIfExists(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, loadBalancerName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<LoadBalancer>> GetIfExistsAsync(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, loadBalancerName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(loadBalancerName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(loadBalancerName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\LocalNetworkGateway.cs (8)
89public async virtual Task<Response<LocalNetworkGateway>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<LocalNetworkGateway> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<LocalNetworkGateway>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<LocalNetworkGateway> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\LocalNetworkGatewayContainer.cs (16)
117public virtual Response<LocalNetworkGateway> Get(string localNetworkGatewayName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, localNetworkGatewayName, cancellationToken: cancellationToken);
143public async virtual Task<Response<LocalNetworkGateway>> GetAsync(string localNetworkGatewayName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, localNetworkGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<LocalNetworkGateway> GetIfExists(string localNetworkGatewayName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, localNetworkGatewayName, cancellationToken: cancellationToken);
195public async virtual Task<Response<LocalNetworkGateway>> GetIfExistsAsync(string localNetworkGatewayName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, localNetworkGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string localNetworkGatewayName, CancellationToken cancellationToken = default)
232var response = GetIfExists(localNetworkGatewayName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string localNetworkGatewayName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(localNetworkGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NatGateway.cs (8)
90public async virtual Task<Response<NatGateway>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<NatGateway> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<NatGateway>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<NatGateway> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\NatGatewayContainer.cs (16)
118public virtual Response<NatGateway> Get(string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, natGatewayName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<NatGateway>> GetAsync(string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, natGatewayName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<NatGateway> GetIfExists(string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, natGatewayName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<NatGateway>> GetIfExistsAsync(string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, natGatewayName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(natGatewayName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(natGatewayName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkInterface.cs (20)
98public async virtual Task<Response<NetworkInterface>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
104var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
119public virtual Response<NetworkInterface> Get(string expand = null, CancellationToken cancellationToken = default)
125var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
200public virtual async Task<Response<NetworkInterface>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
211var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
225public virtual Response<NetworkInterface> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
236var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
248public virtual async Task<Response<NetworkInterfaceIPConfiguration>> GetNetworkInterfaceIPConfigurationAsync(CancellationToken cancellationToken = default)
254var response = await _networkInterfaceIPConfigurationsRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
266public virtual Response<NetworkInterfaceIPConfiguration> GetNetworkInterfaceIPConfiguration(CancellationToken cancellationToken = default)
272var response = _networkInterfaceIPConfigurationsRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
293var response = _networkInterfaceIPConfigurationsRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
308var response = _networkInterfaceIPConfigurationsRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
331var response = await _networkInterfaceIPConfigurationsRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
346var response = await _networkInterfaceIPConfigurationsRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
369var response = _networkInterfaceLoadBalancersRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
384var response = _networkInterfaceLoadBalancersRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
407var response = await _networkInterfaceLoadBalancersRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
422var response = await _networkInterfaceLoadBalancersRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkInterfaceContainer.cs (16)
118public virtual Response<NetworkInterface> Get(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, networkInterfaceName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<NetworkInterface>> GetAsync(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, networkInterfaceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<NetworkInterface> GetIfExists(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, networkInterfaceName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<NetworkInterface>> GetIfExistsAsync(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, networkInterfaceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(networkInterfaceName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(networkInterfaceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkInterfaceTapConfigurationContainer.cs (16)
116public virtual Response<NetworkInterfaceTapConfiguration> Get(string tapConfigurationName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, tapConfigurationName, cancellationToken: cancellationToken);
142public async virtual Task<Response<NetworkInterfaceTapConfiguration>> GetAsync(string tapConfigurationName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, tapConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<NetworkInterfaceTapConfiguration> GetIfExists(string tapConfigurationName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, tapConfigurationName, cancellationToken: cancellationToken);
194public async virtual Task<Response<NetworkInterfaceTapConfiguration>> GetIfExistsAsync(string tapConfigurationName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, tapConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string tapConfigurationName, CancellationToken cancellationToken = default)
231var response = GetIfExists(tapConfigurationName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string tapConfigurationName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(tapConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkProfile.cs (8)
90public async virtual Task<Response<NetworkProfile>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<NetworkProfile> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<NetworkProfile>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<NetworkProfile> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\NetworkProfileContainer.cs (18)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, networkProfileName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, networkProfileName, parameters, cancellationToken).ConfigureAwait(false);
118public virtual Response<NetworkProfile> Get(string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, networkProfileName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<NetworkProfile>> GetAsync(string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, networkProfileName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<NetworkProfile> GetIfExists(string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, networkProfileName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<NetworkProfile>> GetIfExistsAsync(string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, networkProfileName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(networkProfileName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(networkProfileName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkSecurityGroup.cs (16)
94public async virtual Task<Response<NetworkSecurityGroup>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
100var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
115public virtual Response<NetworkSecurityGroup> Get(string expand = null, CancellationToken cancellationToken = default)
121var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
196public virtual async Task<Response<NetworkSecurityGroup>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
207var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
221public virtual Response<NetworkSecurityGroup> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
232var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
244public virtual async Task<Response<SecurityRuleData>> GetDefaultSecurityRuleAsync(CancellationToken cancellationToken = default)
250var response = await _defaultSecurityRulesRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
262public virtual Response<SecurityRuleData> GetDefaultSecurityRule(CancellationToken cancellationToken = default)
268var response = _defaultSecurityRulesRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
289var response = _defaultSecurityRulesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
304var response = _defaultSecurityRulesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
327var response = await _defaultSecurityRulesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
342var response = await _defaultSecurityRulesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkSecurityGroupContainer.cs (16)
118public virtual Response<NetworkSecurityGroup> Get(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, networkSecurityGroupName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<NetworkSecurityGroup>> GetAsync(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, networkSecurityGroupName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<NetworkSecurityGroup> GetIfExists(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, networkSecurityGroupName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<NetworkSecurityGroup>> GetIfExistsAsync(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, networkSecurityGroupName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(networkSecurityGroupName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(networkSecurityGroupName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkVirtualAppliance.cs (8)
94public async virtual Task<Response<NetworkVirtualAppliance>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
100var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
115public virtual Response<NetworkVirtualAppliance> Get(string expand = null, CancellationToken cancellationToken = default)
121var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
196public virtual async Task<Response<NetworkVirtualAppliance>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
207var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
221public virtual Response<NetworkVirtualAppliance> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
232var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\NetworkVirtualApplianceContainer.cs (16)
118public virtual Response<NetworkVirtualAppliance> Get(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, networkVirtualApplianceName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<NetworkVirtualAppliance>> GetAsync(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, networkVirtualApplianceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<NetworkVirtualAppliance> GetIfExists(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, networkVirtualApplianceName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<NetworkVirtualAppliance>> GetIfExistsAsync(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, networkVirtualApplianceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(networkVirtualApplianceName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(networkVirtualApplianceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\NetworkWatcher.cs (12)
89public async virtual Task<Response<NetworkWatcher>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<NetworkWatcher> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<NetworkWatcher>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<NetworkWatcher> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
240public virtual async Task<Response<Topology>> GetTopologyAsync(TopologyParameters parameters, CancellationToken cancellationToken = default)
251var response = await _restClient.GetTopologyAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
265public virtual Response<Topology> GetTopology(TopologyParameters parameters, CancellationToken cancellationToken = default)
276var response = _restClient.GetTopology(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\NetworkWatcherContainer.cs (16)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, networkWatcherName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, networkWatcherName, parameters, cancellationToken).ConfigureAwait(false);
117public virtual Response<NetworkWatcher> Get(string networkWatcherName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, networkWatcherName, cancellationToken: cancellationToken);
143public async virtual Task<Response<NetworkWatcher>> GetAsync(string networkWatcherName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, networkWatcherName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<NetworkWatcher> GetIfExists(string networkWatcherName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, networkWatcherName, cancellationToken: cancellationToken);
195public async virtual Task<Response<NetworkWatcher>> GetIfExistsAsync(string networkWatcherName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, networkWatcherName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string networkWatcherName, CancellationToken cancellationToken = default)
232var response = GetIfExists(networkWatcherName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string networkWatcherName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(networkWatcherName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
300var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\P2SVpnGatewayContainer.cs (16)
117public virtual Response<P2SVpnGateway> Get(string gatewayName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken);
143public async virtual Task<Response<P2SVpnGateway>> GetAsync(string gatewayName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<P2SVpnGateway> GetIfExists(string gatewayName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken);
195public async virtual Task<Response<P2SVpnGateway>> GetIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string gatewayName, CancellationToken cancellationToken = default)
232var response = GetIfExists(gatewayName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(gatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PacketCaptureContainer.cs (14)
116public virtual Response<PacketCapture> Get(string packetCaptureName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, packetCaptureName, cancellationToken: cancellationToken);
142public async virtual Task<Response<PacketCapture>> GetAsync(string packetCaptureName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, packetCaptureName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<PacketCapture> GetIfExists(string packetCaptureName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, packetCaptureName, cancellationToken: cancellationToken);
194public async virtual Task<Response<PacketCapture>> GetIfExistsAsync(string packetCaptureName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, packetCaptureName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string packetCaptureName, CancellationToken cancellationToken = default)
231var response = GetIfExists(packetCaptureName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string packetCaptureName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(packetCaptureName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
299var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PrivateDnsZoneGroupContainer.cs (16)
116public virtual Response<PrivateDnsZoneGroup> Get(string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, privateDnsZoneGroupName, cancellationToken: cancellationToken);
142public async virtual Task<Response<PrivateDnsZoneGroup>> GetAsync(string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, privateDnsZoneGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<PrivateDnsZoneGroup> GetIfExists(string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, privateDnsZoneGroupName, cancellationToken: cancellationToken);
194public async virtual Task<Response<PrivateDnsZoneGroup>> GetIfExistsAsync(string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, privateDnsZoneGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
231var response = GetIfExists(privateDnsZoneGroupName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(privateDnsZoneGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PrivateEndpointContainer.cs (16)
118public virtual Response<PrivateEndpoint> Get(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, privateEndpointName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<PrivateEndpoint>> GetAsync(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, privateEndpointName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<PrivateEndpoint> GetIfExists(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, privateEndpointName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<PrivateEndpoint>> GetIfExistsAsync(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, privateEndpointName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(privateEndpointName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(privateEndpointName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PrivateLinkService.cs (20)
90public async virtual Task<Response<PrivateLinkService>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<PrivateLinkService> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
191public virtual async Task<Response<PrivateEndpointConnection>> GetPrivateEndpointConnectionAsync(string expand = null, CancellationToken cancellationToken = default)
197var response = await _restClient.GetPrivateEndpointConnectionAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
210public virtual Response<PrivateEndpointConnection> GetPrivateEndpointConnection(string expand = null, CancellationToken cancellationToken = default)
216var response = _restClient.GetPrivateEndpointConnection(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
230public virtual async Task<Response<PrivateEndpointConnection>> UpdatePrivateEndpointConnectionAsync(PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
241var response = await _restClient.UpdatePrivateEndpointConnectionAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
255public virtual Response<PrivateEndpointConnection> UpdatePrivateEndpointConnection(PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
266var response = _restClient.UpdatePrivateEndpointConnection(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken);
287var response = _restClient.GetPrivateEndpointConnections(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
302var response = _restClient.GetPrivateEndpointConnectionsNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
325var response = await _restClient.GetPrivateEndpointConnectionsAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
340var response = await _restClient.GetPrivateEndpointConnectionsNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
363var response = _restClient.GetAutoApprovedPrivateLinkServicesByResourceGroup(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
378var response = _restClient.GetAutoApprovedPrivateLinkServicesByResourceGroupNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
401var response = await _restClient.GetAutoApprovedPrivateLinkServicesByResourceGroupAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
416var response = await _restClient.GetAutoApprovedPrivateLinkServicesByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PrivateLinkServiceContainer.cs (16)
118public virtual Response<PrivateLinkService> Get(string serviceName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, serviceName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<PrivateLinkService>> GetAsync(string serviceName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, serviceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<PrivateLinkService> GetIfExists(string serviceName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, serviceName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<PrivateLinkService>> GetIfExistsAsync(string serviceName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, serviceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string serviceName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(serviceName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string serviceName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(serviceName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PublicIPAddress.cs (8)
90public async virtual Task<Response<PublicIPAddress>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<PublicIPAddress> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<PublicIPAddress>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<PublicIPAddress> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\PublicIPAddressContainer.cs (16)
118public virtual Response<PublicIPAddress> Get(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, publicIpAddressName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<PublicIPAddress>> GetAsync(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, publicIpAddressName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<PublicIPAddress> GetIfExists(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, publicIpAddressName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<PublicIPAddress>> GetIfExistsAsync(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, publicIpAddressName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(publicIpAddressName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(publicIpAddressName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PublicIPPrefix.cs (8)
90public async virtual Task<Response<PublicIPPrefix>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<PublicIPPrefix> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<PublicIPPrefix>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<PublicIPPrefix> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\PublicIPPrefixContainer.cs (16)
118public virtual Response<PublicIPPrefix> Get(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, publicIpPrefixName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<PublicIPPrefix>> GetAsync(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, publicIpPrefixName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<PublicIPPrefix> GetIfExists(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, publicIpPrefixName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<PublicIPPrefix>> GetIfExistsAsync(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, publicIpPrefixName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(publicIpPrefixName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(publicIpPrefixName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\RestOperations\ApplicationGatewayPrivateEndpointConnectionsRestOperations.cs (6)
267public async Task<Response<ApplicationGatewayPrivateEndpointConnectionData>> GetAsync(string resourceGroupName, string applicationGatewayName, string connectionName, CancellationToken cancellationToken = default)
306public Response<ApplicationGatewayPrivateEndpointConnectionData> Get(string resourceGroupName, string applicationGatewayName, string connectionName, CancellationToken cancellationToken = default)
365public async Task<Response<ApplicationGatewayPrivateEndpointConnectionListResult>> GetAllAsync(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
397public Response<ApplicationGatewayPrivateEndpointConnectionListResult> GetAll(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
444public async Task<Response<ApplicationGatewayPrivateEndpointConnectionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
481public Response<ApplicationGatewayPrivateEndpointConnectionListResult> GetAllNextPage(string nextLink, string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\ApplicationGatewayPrivateLinkResourcesRestOperations.cs (4)
73public async Task<Response<ApplicationGatewayPrivateLinkResourceListResult>> GetAllAsync(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
105public Response<ApplicationGatewayPrivateLinkResourceListResult> GetAll(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
152public async Task<Response<ApplicationGatewayPrivateLinkResourceListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
189public Response<ApplicationGatewayPrivateLinkResourceListResult> GetAllNextPage(string nextLink, string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\ApplicationGatewaysRestOperations.cs (12)
150public async Task<Response<ApplicationGatewayData>> GetAsync(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
184public Response<ApplicationGatewayData> Get(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
333public async Task<Response<ApplicationGatewayData>> UpdateTagsAsync(string resourceGroupName, string applicationGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<ApplicationGatewayData> UpdateTags(string resourceGroupName, string applicationGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
424public async Task<Response<ApplicationGatewayListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<ApplicationGatewayListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<ApplicationGatewayListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
513public Response<ApplicationGatewayListResult> GetBySubscription(CancellationToken cancellationToken = default)
884public async Task<Response<ApplicationGatewayListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
916public Response<ApplicationGatewayListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
961public async Task<Response<ApplicationGatewayListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
988public Response<ApplicationGatewayListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\ApplicationSecurityGroupsRestOperations.cs (12)
150public async Task<Response<ApplicationSecurityGroupData>> GetAsync(string resourceGroupName, string applicationSecurityGroupName, CancellationToken cancellationToken = default)
184public Response<ApplicationSecurityGroupData> Get(string resourceGroupName, string applicationSecurityGroupName, CancellationToken cancellationToken = default)
333public async Task<Response<ApplicationSecurityGroupData>> UpdateTagsAsync(string resourceGroupName, string applicationSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<ApplicationSecurityGroupData> UpdateTags(string resourceGroupName, string applicationSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
420public async Task<Response<ApplicationSecurityGroupListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
440public Response<ApplicationSecurityGroupListResult> GetBySubscription(CancellationToken cancellationToken = default)
481public async Task<Response<ApplicationSecurityGroupListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
508public Response<ApplicationSecurityGroupListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
549public async Task<Response<ApplicationSecurityGroupListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
576public Response<ApplicationSecurityGroupListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
618public async Task<Response<ApplicationSecurityGroupListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
650public Response<ApplicationSecurityGroupListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\AvailableDelegationsRestOperations.cs (8)
70public async Task<Response<AvailableDelegationsResult>> GetAllAsync(string location, CancellationToken cancellationToken = default)
97public Response<AvailableDelegationsResult> GetAll(string location, CancellationToken cancellationToken = default)
146public async Task<Response<AvailableDelegationsResult>> GetAllByResourceGroupAsync(string resourceGroupName, string location, CancellationToken cancellationToken = default)
178public Response<AvailableDelegationsResult> GetAllByResourceGroup(string resourceGroupName, string location, CancellationToken cancellationToken = default)
224public async Task<Response<AvailableDelegationsResult>> GetAllNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
256public Response<AvailableDelegationsResult> GetAllNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
303public async Task<Response<AvailableDelegationsResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
340public Response<AvailableDelegationsResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
Generated\RestOperations\AvailablePrivateEndpointTypesRestOperations.cs (8)
70public async Task<Response<AvailablePrivateEndpointTypesResult>> GetAllAsync(string location, CancellationToken cancellationToken = default)
97public Response<AvailablePrivateEndpointTypesResult> GetAll(string location, CancellationToken cancellationToken = default)
146public async Task<Response<AvailablePrivateEndpointTypesResult>> GetAllByResourceGroupAsync(string resourceGroupName, string location, CancellationToken cancellationToken = default)
178public Response<AvailablePrivateEndpointTypesResult> GetAllByResourceGroup(string resourceGroupName, string location, CancellationToken cancellationToken = default)
224public async Task<Response<AvailablePrivateEndpointTypesResult>> GetAllNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
256public Response<AvailablePrivateEndpointTypesResult> GetAllNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
303public async Task<Response<AvailablePrivateEndpointTypesResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
340public Response<AvailablePrivateEndpointTypesResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
Generated\RestOperations\AvailableServiceAliasesRestOperations.cs (8)
70public async Task<Response<AvailableServiceAliasesResult>> GetAllAsync(string location, CancellationToken cancellationToken = default)
97public Response<AvailableServiceAliasesResult> GetAll(string location, CancellationToken cancellationToken = default)
146public async Task<Response<AvailableServiceAliasesResult>> GetAllByResourceGroupAsync(string resourceGroupName, string location, CancellationToken cancellationToken = default)
178public Response<AvailableServiceAliasesResult> GetAllByResourceGroup(string resourceGroupName, string location, CancellationToken cancellationToken = default)
224public async Task<Response<AvailableServiceAliasesResult>> GetAllNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
256public Response<AvailableServiceAliasesResult> GetAllNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
303public async Task<Response<AvailableServiceAliasesResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
340public Response<AvailableServiceAliasesResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
Generated\RestOperations\AzureFirewallsRestOperations.cs (10)
150public async Task<Response<AzureFirewallData>> GetAsync(string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default)
184public Response<AzureFirewallData> Get(string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default)
416public async Task<Response<AzureFirewallListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
443public Response<AzureFirewallListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
485public async Task<Response<AzureFirewallListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
505public Response<AzureFirewallListResult> GetBySubscription(CancellationToken cancellationToken = default)
542public async Task<Response<AzureFirewallListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
574public Response<AzureFirewallListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
619public async Task<Response<AzureFirewallListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
646public Response<AzureFirewallListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\BastionHostsRestOperations.cs (10)
150public async Task<Response<BastionHostData>> GetAsync(string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default)
184public Response<BastionHostData> Get(string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default)
322public async Task<Response<BastionHostListResult>> GetAllAsync(CancellationToken cancellationToken = default)
342public Response<BastionHostListResult> GetAll(CancellationToken cancellationToken = default)
383public async Task<Response<BastionHostListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
410public Response<BastionHostListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
451public async Task<Response<BastionHostListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
478public Response<BastionHostListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
520public async Task<Response<BastionHostListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
552public Response<BastionHostListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\ConnectionMonitorsRestOperations.cs (6)
183public async Task<Response<ConnectionMonitorData>> GetAsync(string resourceGroupName, string networkWatcherName, string connectionMonitorName, CancellationToken cancellationToken = default)
222public Response<ConnectionMonitorData> Get(string resourceGroupName, string networkWatcherName, string connectionMonitorName, CancellationToken cancellationToken = default)
376public async Task<Response<ConnectionMonitorData>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, string connectionMonitorName, TagsObject parameters, CancellationToken cancellationToken = default)
418public Response<ConnectionMonitorData> UpdateTags(string resourceGroupName, string networkWatcherName, string connectionMonitorName, TagsObject parameters, CancellationToken cancellationToken = default)
746public async Task<Response<ConnectionMonitorListResult>> GetAllAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
778public Response<ConnectionMonitorListResult> GetAll(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
Generated\RestOperations\CustomIPPrefixesRestOperations.cs (12)
155public async Task<Response<CustomIpPrefixData>> GetAsync(string resourceGroupName, string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
190public Response<CustomIpPrefixData> Get(string resourceGroupName, string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<CustomIpPrefixData>> UpdateTagsAsync(string resourceGroupName, string customIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<CustomIpPrefixData> UpdateTags(string resourceGroupName, string customIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<CustomIpPrefixListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<CustomIpPrefixListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<CustomIpPrefixListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<CustomIpPrefixListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
555public async Task<Response<CustomIpPrefixListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
582public Response<CustomIpPrefixListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
624public async Task<Response<CustomIpPrefixListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<CustomIpPrefixListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\DdosCustomPoliciesRestOperations.cs (4)
150public async Task<Response<DdosCustomPolicyData>> GetAsync(string resourceGroupName, string ddosCustomPolicyName, CancellationToken cancellationToken = default)
184public Response<DdosCustomPolicyData> Get(string resourceGroupName, string ddosCustomPolicyName, CancellationToken cancellationToken = default)
333public async Task<Response<DdosCustomPolicyData>> UpdateTagsAsync(string resourceGroupName, string ddosCustomPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<DdosCustomPolicyData> UpdateTags(string resourceGroupName, string ddosCustomPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
Generated\RestOperations\DdosProtectionPlansRestOperations.cs (12)
150public async Task<Response<DdosProtectionPlanData>> GetAsync(string resourceGroupName, string ddosProtectionPlanName, CancellationToken cancellationToken = default)
184public Response<DdosProtectionPlanData> Get(string resourceGroupName, string ddosProtectionPlanName, CancellationToken cancellationToken = default)
333public async Task<Response<DdosProtectionPlanData>> UpdateTagsAsync(string resourceGroupName, string ddosProtectionPlanName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<DdosProtectionPlanData> UpdateTags(string resourceGroupName, string ddosProtectionPlanName, TagsObject parameters, CancellationToken cancellationToken = default)
420public async Task<Response<DdosProtectionPlanListResult>> GetAllAsync(CancellationToken cancellationToken = default)
440public Response<DdosProtectionPlanListResult> GetAll(CancellationToken cancellationToken = default)
481public async Task<Response<DdosProtectionPlanListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
508public Response<DdosProtectionPlanListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
549public async Task<Response<DdosProtectionPlanListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
576public Response<DdosProtectionPlanListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
618public async Task<Response<DdosProtectionPlanListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
650public Response<DdosProtectionPlanListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\DefaultSecurityRulesRestOperations.cs (6)
73public async Task<Response<SecurityRuleListResult>> GetAllAsync(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
105public Response<SecurityRuleListResult> GetAll(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
160public async Task<Response<SecurityRuleData>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, CancellationToken cancellationToken = default)
197public Response<SecurityRuleData> Get(string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, CancellationToken cancellationToken = default)
248public async Task<Response<SecurityRuleListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
285public Response<SecurityRuleListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\DscpConfigurationRestOperations.cs (10)
240public async Task<Response<DscpConfigurationData>> GetAsync(string resourceGroupName, string dscpConfigurationName, CancellationToken cancellationToken = default)
274public Response<DscpConfigurationData> Get(string resourceGroupName, string dscpConfigurationName, CancellationToken cancellationToken = default)
326public async Task<Response<DscpConfigurationListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
353public Response<DscpConfigurationListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
395public async Task<Response<DscpConfigurationListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
415public Response<DscpConfigurationListResult> GetBySubscription(CancellationToken cancellationToken = default)
452public async Task<Response<DscpConfigurationListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
484public Response<DscpConfigurationListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
529public async Task<Response<DscpConfigurationListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
556public Response<DscpConfigurationListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteCircuitAuthorizationsRestOperations.cs (6)
165public async Task<Response<ExpressRouteCircuitAuthorizationData>> GetAsync(string resourceGroupName, string circuitName, string authorizationName, CancellationToken cancellationToken = default)
204public Response<ExpressRouteCircuitAuthorizationData> Get(string resourceGroupName, string circuitName, string authorizationName, CancellationToken cancellationToken = default)
365public async Task<Response<AuthorizationListResult>> GetAllAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
397public Response<AuthorizationListResult> GetAll(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
444public async Task<Response<AuthorizationListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
481public Response<AuthorizationListResult> GetAllNextPage(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteCircuitConnectionsRestOperations.cs (6)
180public async Task<Response<ExpressRouteCircuitConnectionData>> GetAsync(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
224public Response<ExpressRouteCircuitConnectionData> Get(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
404public async Task<Response<ExpressRouteCircuitConnectionListResult>> GetAllAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
441public Response<ExpressRouteCircuitConnectionListResult> GetAll(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
493public async Task<Response<ExpressRouteCircuitConnectionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
535public Response<ExpressRouteCircuitConnectionListResult> GetAllNextPage(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteCircuitPeeringsRestOperations.cs (6)
165public async Task<Response<ExpressRouteCircuitPeeringData>> GetAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
204public Response<ExpressRouteCircuitPeeringData> Get(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
365public async Task<Response<ExpressRouteCircuitPeeringListResult>> GetAllAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
397public Response<ExpressRouteCircuitPeeringListResult> GetAll(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
444public async Task<Response<ExpressRouteCircuitPeeringListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
481public Response<ExpressRouteCircuitPeeringListResult> GetAllNextPage(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteCircuitsRestOperations.cs (16)
150public async Task<Response<ExpressRouteCircuitData>> GetAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
184public Response<ExpressRouteCircuitData> Get(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
333public async Task<Response<ExpressRouteCircuitData>> UpdateTagsAsync(string resourceGroupName, string circuitName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<ExpressRouteCircuitData> UpdateTags(string resourceGroupName, string circuitName, TagsObject parameters, CancellationToken cancellationToken = default)
727public async Task<Response<ExpressRouteCircuitStats>> GetStatsAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
759public Response<ExpressRouteCircuitStats> GetStats(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
815public async Task<Response<ExpressRouteCircuitStats>> GetPeeringStatsAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
852public Response<ExpressRouteCircuitStats> GetPeeringStats(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
906public async Task<Response<ExpressRouteCircuitListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
933public Response<ExpressRouteCircuitListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
975public async Task<Response<ExpressRouteCircuitListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
995public Response<ExpressRouteCircuitListResult> GetBySubscription(CancellationToken cancellationToken = default)
1032public async Task<Response<ExpressRouteCircuitListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1064public Response<ExpressRouteCircuitListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1109public async Task<Response<ExpressRouteCircuitListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1136public Response<ExpressRouteCircuitListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteConnectionsRestOperations.cs (4)
177public async Task<Response<ExpressRouteConnectionData>> GetAsync(string resourceGroupName, string expressRouteGatewayName, string connectionName, CancellationToken cancellationToken = default)
216public Response<ExpressRouteConnectionData> Get(string resourceGroupName, string expressRouteGatewayName, string connectionName, CancellationToken cancellationToken = default)
365public async Task<Response<ExpressRouteConnectionList>> GetAllAsync(string resourceGroupName, string expressRouteGatewayName, CancellationToken cancellationToken = default)
397public Response<ExpressRouteConnectionList> GetAll(string resourceGroupName, string expressRouteGatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteCrossConnectionPeeringsRestOperations.cs (6)
73public async Task<Response<ExpressRouteCrossConnectionPeeringList>> GetAllAsync(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
105public Response<ExpressRouteCrossConnectionPeeringList> GetAll(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
250public async Task<Response<ExpressRouteCrossConnectionPeeringData>> GetAsync(string resourceGroupName, string crossConnectionName, string peeringName, CancellationToken cancellationToken = default)
289public Response<ExpressRouteCrossConnectionPeeringData> Get(string resourceGroupName, string crossConnectionName, string peeringName, CancellationToken cancellationToken = default)
444public async Task<Response<ExpressRouteCrossConnectionPeeringList>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
481public Response<ExpressRouteCrossConnectionPeeringList> GetAllNextPage(string nextLink, string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteCrossConnectionsRestOperations.cs (12)
66public async Task<Response<ExpressRouteCrossConnectionListResult>> GetAllAsync(CancellationToken cancellationToken = default)
86public Response<ExpressRouteCrossConnectionListResult> GetAll(CancellationToken cancellationToken = default)
127public async Task<Response<ExpressRouteCrossConnectionListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
154public Response<ExpressRouteCrossConnectionListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
202public async Task<Response<ExpressRouteCrossConnectionData>> GetAsync(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
236public Response<ExpressRouteCrossConnectionData> Get(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
383public async Task<Response<ExpressRouteCrossConnectionData>> UpdateTagsAsync(string resourceGroupName, string crossConnectionName, TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
420public Response<ExpressRouteCrossConnectionData> UpdateTags(string resourceGroupName, string crossConnectionName, TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
769public async Task<Response<ExpressRouteCrossConnectionListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
796public Response<ExpressRouteCrossConnectionListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
838public async Task<Response<ExpressRouteCrossConnectionListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
870public Response<ExpressRouteCrossConnectionListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRouteLinksRestOperations.cs (6)
75public async Task<Response<ExpressRouteLink>> GetAsync(string resourceGroupName, string expressRoutePortName, string linkName, CancellationToken cancellationToken = default)
112public Response<ExpressRouteLink> Get(string resourceGroupName, string expressRoutePortName, string linkName, CancellationToken cancellationToken = default)
169public async Task<Response<ExpressRouteLinkListResult>> GetAllAsync(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
201public Response<ExpressRouteLinkListResult> GetAll(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
248public async Task<Response<ExpressRouteLinkListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
285public Response<ExpressRouteLinkListResult> GetAllNextPage(string nextLink, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
Generated\RestOperations\ExpressRoutePortsRestOperations.cs (14)
150public async Task<Response<ExpressRoutePortData>> GetAsync(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
184public Response<ExpressRoutePortData> Get(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
333public async Task<Response<ExpressRoutePortData>> UpdateTagsAsync(string resourceGroupName, string expressRoutePortName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<ExpressRoutePortData> UpdateTags(string resourceGroupName, string expressRoutePortName, TagsObject parameters, CancellationToken cancellationToken = default)
424public async Task<Response<ExpressRoutePortListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<ExpressRoutePortListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<ExpressRoutePortListResult>> GetAllAsync(CancellationToken cancellationToken = default)
513public Response<ExpressRoutePortListResult> GetAll(CancellationToken cancellationToken = default)
562public async Task<Response<GenerateExpressRoutePortsLOAResult>> GenerateLOAAsync(string resourceGroupName, string expressRoutePortName, GenerateExpressRoutePortsLOARequest request, CancellationToken cancellationToken = default)
599public Response<GenerateExpressRoutePortsLOAResult> GenerateLOA(string resourceGroupName, string expressRoutePortName, GenerateExpressRoutePortsLOARequest request, CancellationToken cancellationToken = default)
649public async Task<Response<ExpressRoutePortListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
681public Response<ExpressRoutePortListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
726public async Task<Response<ExpressRoutePortListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
753public Response<ExpressRoutePortListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\FirewallPoliciesRestOperations.cs (10)
155public async Task<Response<FirewallPolicyData>> GetAsync(string resourceGroupName, string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
190public Response<FirewallPolicyData> Get(string resourceGroupName, string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
332public async Task<Response<FirewallPolicyListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
359public Response<FirewallPolicyListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
401public async Task<Response<FirewallPolicyListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
421public Response<FirewallPolicyListResult> GetBySubscription(CancellationToken cancellationToken = default)
458public async Task<Response<FirewallPolicyListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
490public Response<FirewallPolicyListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
535public async Task<Response<FirewallPolicyListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
562public Response<FirewallPolicyListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\FirewallPolicyRuleCollectionGroupsRestOperations.cs (6)
165public async Task<Response<FirewallPolicyRuleCollectionGroupData>> GetAsync(string resourceGroupName, string firewallPolicyName, string ruleCollectionGroupName, CancellationToken cancellationToken = default)
204public Response<FirewallPolicyRuleCollectionGroupData> Get(string resourceGroupName, string firewallPolicyName, string ruleCollectionGroupName, CancellationToken cancellationToken = default)
365public async Task<Response<FirewallPolicyRuleCollectionGroupListResult>> GetAllAsync(string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
397public Response<FirewallPolicyRuleCollectionGroupListResult> GetAll(string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
444public async Task<Response<FirewallPolicyRuleCollectionGroupListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
481public Response<FirewallPolicyRuleCollectionGroupListResult> GetAllNextPage(string nextLink, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
Generated\RestOperations\FlowLogsRestOperations.cs (8)
182public async Task<Response<FlowLogData>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, string flowLogName, TagsObject parameters, CancellationToken cancellationToken = default)
224public Response<FlowLogData> UpdateTags(string resourceGroupName, string networkWatcherName, string flowLogName, TagsObject parameters, CancellationToken cancellationToken = default)
287public async Task<Response<FlowLogData>> GetAsync(string resourceGroupName, string networkWatcherName, string flowLogName, CancellationToken cancellationToken = default)
326public Response<FlowLogData> Get(string resourceGroupName, string networkWatcherName, string flowLogName, CancellationToken cancellationToken = default)
473public async Task<Response<FlowLogListResult>> GetAllAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
505public Response<FlowLogListResult> GetAll(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
552public async Task<Response<FlowLogListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
589public Response<FlowLogListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
Generated\RestOperations\HubRouteTablesRestOperations.cs (6)
177public async Task<Response<HubRouteTableData>> GetAsync(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
216public Response<HubRouteTableData> Get(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
365public async Task<Response<ListHubRouteTablesResult>> GetAllAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
397public Response<ListHubRouteTablesResult> GetAll(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
444public async Task<Response<ListHubRouteTablesResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
481public Response<ListHubRouteTablesResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\RestOperations\HubVirtualNetworkConnectionsRestOperations.cs (6)
267public async Task<Response<HubVirtualNetworkConnectionData>> GetAsync(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
306public Response<HubVirtualNetworkConnectionData> Get(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
365public async Task<Response<ListHubVirtualNetworkConnectionsResult>> GetAllAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
397public Response<ListHubVirtualNetworkConnectionsResult> GetAll(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
444public async Task<Response<ListHubVirtualNetworkConnectionsResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
481public Response<ListHubVirtualNetworkConnectionsResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\RestOperations\InboundNatRulesRestOperations.cs (6)
73public async Task<Response<InboundNatRuleListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<InboundNatRuleListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
255public async Task<Response<InboundNatRuleData>> GetAsync(string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
295public Response<InboundNatRuleData> Get(string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
450public async Task<Response<InboundNatRuleListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
487public Response<InboundNatRuleListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\IpAllocationsRestOperations.cs (12)
155public async Task<Response<IpAllocationData>> GetAsync(string resourceGroupName, string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
190public Response<IpAllocationData> Get(string resourceGroupName, string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<IpAllocationData>> UpdateTagsAsync(string resourceGroupName, string ipAllocationName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<IpAllocationData> UpdateTags(string resourceGroupName, string ipAllocationName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<IpAllocationListResult>> GetAllAsync(CancellationToken cancellationToken = default)
446public Response<IpAllocationListResult> GetAll(CancellationToken cancellationToken = default)
487public async Task<Response<IpAllocationListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<IpAllocationListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
555public async Task<Response<IpAllocationListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
582public Response<IpAllocationListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
624public async Task<Response<IpAllocationListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<IpAllocationListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\IpGroupsRestOperations.cs (12)
77public async Task<Response<IpGroupData>> GetAsync(string resourceGroupName, string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
112public Response<IpGroupData> Get(string resourceGroupName, string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
261public async Task<Response<IpGroupData>> UpdateGroupsAsync(string resourceGroupName, string ipGroupsName, TagsObject parameters, CancellationToken cancellationToken = default)
298public Response<IpGroupData> UpdateGroups(string resourceGroupName, string ipGroupsName, TagsObject parameters, CancellationToken cancellationToken = default)
430public async Task<Response<IpGroupListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
457public Response<IpGroupListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
499public async Task<Response<IpGroupListResult>> GetAllAsync(CancellationToken cancellationToken = default)
519public Response<IpGroupListResult> GetAll(CancellationToken cancellationToken = default)
556public async Task<Response<IpGroupListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
588public Response<IpGroupListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
633public async Task<Response<IpGroupListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
660public Response<IpGroupListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancerBackendAddressPoolsRestOperations.cs (6)
73public async Task<Response<LoadBalancerBackendAddressPoolListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<LoadBalancerBackendAddressPoolListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
160public async Task<Response<BackendAddressPoolData>> GetAsync(string resourceGroupName, string loadBalancerName, string backendAddressPoolName, CancellationToken cancellationToken = default)
199public Response<BackendAddressPoolData> Get(string resourceGroupName, string loadBalancerName, string backendAddressPoolName, CancellationToken cancellationToken = default)
444public async Task<Response<LoadBalancerBackendAddressPoolListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
481public Response<LoadBalancerBackendAddressPoolListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancerFrontendIPConfigurationsRestOperations.cs (6)
73public async Task<Response<LoadBalancerFrontendIPConfigurationListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<LoadBalancerFrontendIPConfigurationListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
160public async Task<Response<FrontendIPConfiguration>> GetAsync(string resourceGroupName, string loadBalancerName, string frontendIPConfigurationName, CancellationToken cancellationToken = default)
197public Response<FrontendIPConfiguration> Get(string resourceGroupName, string loadBalancerName, string frontendIPConfigurationName, CancellationToken cancellationToken = default)
248public async Task<Response<LoadBalancerFrontendIPConfigurationListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
285public Response<LoadBalancerFrontendIPConfigurationListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancerLoadBalancingRulesRestOperations.cs (6)
73public async Task<Response<LoadBalancerLoadBalancingRuleListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<LoadBalancerLoadBalancingRuleListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
160public async Task<Response<LoadBalancingRule>> GetAsync(string resourceGroupName, string loadBalancerName, string loadBalancingRuleName, CancellationToken cancellationToken = default)
197public Response<LoadBalancingRule> Get(string resourceGroupName, string loadBalancerName, string loadBalancingRuleName, CancellationToken cancellationToken = default)
248public async Task<Response<LoadBalancerLoadBalancingRuleListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
285public Response<LoadBalancerLoadBalancingRuleListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancerNetworkInterfacesRestOperations.cs (4)
73public async Task<Response<NetworkInterfaceListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<NetworkInterfaceListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
152public async Task<Response<NetworkInterfaceListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
189public Response<NetworkInterfaceListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancerOutboundRulesRestOperations.cs (6)
73public async Task<Response<LoadBalancerOutboundRuleListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<LoadBalancerOutboundRuleListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
160public async Task<Response<OutboundRule>> GetAsync(string resourceGroupName, string loadBalancerName, string outboundRuleName, CancellationToken cancellationToken = default)
197public Response<OutboundRule> Get(string resourceGroupName, string loadBalancerName, string outboundRuleName, CancellationToken cancellationToken = default)
248public async Task<Response<LoadBalancerOutboundRuleListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
285public Response<LoadBalancerOutboundRuleListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancerProbesRestOperations.cs (6)
73public async Task<Response<LoadBalancerProbeListResult>> GetAllAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
105public Response<LoadBalancerProbeListResult> GetAll(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
160public async Task<Response<Probe>> GetAsync(string resourceGroupName, string loadBalancerName, string probeName, CancellationToken cancellationToken = default)
197public Response<Probe> Get(string resourceGroupName, string loadBalancerName, string probeName, CancellationToken cancellationToken = default)
248public async Task<Response<LoadBalancerProbeListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
285public Response<LoadBalancerProbeListResult> GetAllNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\RestOperations\LoadBalancersRestOperations.cs (12)
155public async Task<Response<LoadBalancerData>> GetAsync(string resourceGroupName, string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
190public Response<LoadBalancerData> Get(string resourceGroupName, string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<LoadBalancerData>> UpdateTagsAsync(string resourceGroupName, string loadBalancerName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<LoadBalancerData> UpdateTags(string resourceGroupName, string loadBalancerName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<LoadBalancerListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<LoadBalancerListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<LoadBalancerListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<LoadBalancerListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
634public async Task<Response<LoadBalancerListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
661public Response<LoadBalancerListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
703public async Task<Response<LoadBalancerListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
735public Response<LoadBalancerListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\LocalNetworkGatewaysRestOperations.cs (8)
162public async Task<Response<LocalNetworkGatewayData>> GetAsync(string resourceGroupName, string localNetworkGatewayName, CancellationToken cancellationToken = default)
196public Response<LocalNetworkGatewayData> Get(string resourceGroupName, string localNetworkGatewayName, CancellationToken cancellationToken = default)
333public async Task<Response<LocalNetworkGatewayData>> UpdateTagsAsync(string resourceGroupName, string localNetworkGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<LocalNetworkGatewayData> UpdateTags(string resourceGroupName, string localNetworkGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
424public async Task<Response<LocalNetworkGatewayListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<LocalNetworkGatewayListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<LocalNetworkGatewayListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
525public Response<LocalNetworkGatewayListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\NatGatewaysRestOperations.cs (12)
155public async Task<Response<NatGatewayData>> GetAsync(string resourceGroupName, string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
190public Response<NatGatewayData> Get(string resourceGroupName, string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
341public async Task<Response<NatGatewayData>> UpdateTagsAsync(string resourceGroupName, string natGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
378public Response<NatGatewayData> UpdateTags(string resourceGroupName, string natGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
428public async Task<Response<NatGatewayListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
448public Response<NatGatewayListResult> GetBySubscription(CancellationToken cancellationToken = default)
489public async Task<Response<NatGatewayListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
516public Response<NatGatewayListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
557public async Task<Response<NatGatewayListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
584public Response<NatGatewayListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
626public async Task<Response<NatGatewayListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
658public Response<NatGatewayListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\NatRulesRestOperations.cs (6)
75public async Task<Response<VpnGatewayNatRuleData>> GetAsync(string resourceGroupName, string gatewayName, string natRuleName, CancellationToken cancellationToken = default)
114public Response<VpnGatewayNatRuleData> Get(string resourceGroupName, string gatewayName, string natRuleName, CancellationToken cancellationToken = default)
365public async Task<Response<ListVpnGatewayNatRulesResult>> GetAllByVpnGatewayAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
397public Response<ListVpnGatewayNatRulesResult> GetAllByVpnGateway(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
444public async Task<Response<ListVpnGatewayNatRulesResult>> GetAllByVpnGatewayNextPageAsync(string nextLink, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
481public Response<ListVpnGatewayNatRulesResult> GetAllByVpnGatewayNextPage(string nextLink, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkInterfaceIPConfigurationsRestOperations.cs (6)
73public async Task<Response<NetworkInterfaceIPConfigurationListResult>> GetAllAsync(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
105public Response<NetworkInterfaceIPConfigurationListResult> GetAll(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
160public async Task<Response<NetworkInterfaceIPConfiguration>> GetAsync(string resourceGroupName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
197public Response<NetworkInterfaceIPConfiguration> Get(string resourceGroupName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
248public async Task<Response<NetworkInterfaceIPConfigurationListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
285public Response<NetworkInterfaceIPConfigurationListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkInterfaceLoadBalancersRestOperations.cs (4)
73public async Task<Response<NetworkInterfaceLoadBalancerListResult>> GetAllAsync(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
105public Response<NetworkInterfaceLoadBalancerListResult> GetAll(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
152public async Task<Response<NetworkInterfaceLoadBalancerListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
189public Response<NetworkInterfaceLoadBalancerListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkInterfacesRestOperations.cs (12)
155public async Task<Response<NetworkInterfaceData>> GetAsync(string resourceGroupName, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
190public Response<NetworkInterfaceData> Get(string resourceGroupName, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<NetworkInterfaceData>> UpdateTagsAsync(string resourceGroupName, string networkInterfaceName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<NetworkInterfaceData> UpdateTags(string resourceGroupName, string networkInterfaceName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<NetworkInterfaceListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<NetworkInterfaceListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<NetworkInterfaceListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<NetworkInterfaceListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
709public async Task<Response<NetworkInterfaceListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
736public Response<NetworkInterfaceListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
778public async Task<Response<NetworkInterfaceListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
810public Response<NetworkInterfaceListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkInterfaceTapConfigurationsRestOperations.cs (6)
165public async Task<Response<NetworkInterfaceTapConfigurationData>> GetAsync(string resourceGroupName, string networkInterfaceName, string tapConfigurationName, CancellationToken cancellationToken = default)
204public Response<NetworkInterfaceTapConfigurationData> Get(string resourceGroupName, string networkInterfaceName, string tapConfigurationName, CancellationToken cancellationToken = default)
365public async Task<Response<NetworkInterfaceTapConfigurationListResult>> GetAllAsync(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
397public Response<NetworkInterfaceTapConfigurationListResult> GetAll(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
444public async Task<Response<NetworkInterfaceTapConfigurationListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
481public Response<NetworkInterfaceTapConfigurationListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkProfilesRestOperations.cs (14)
155public async Task<Response<NetworkProfileData>> GetAsync(string resourceGroupName, string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
190public Response<NetworkProfileData> Get(string resourceGroupName, string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
249public async Task<Response<NetworkProfileData>> CreateOrUpdateAsync(string resourceGroupName, string networkProfileName, NetworkProfileData parameters, CancellationToken cancellationToken = default)
287public Response<NetworkProfileData> CreateOrUpdate(string resourceGroupName, string networkProfileName, NetworkProfileData parameters, CancellationToken cancellationToken = default)
349public async Task<Response<NetworkProfileData>> UpdateTagsAsync(string resourceGroupName, string networkProfileName, TagsObject parameters, CancellationToken cancellationToken = default)
386public Response<NetworkProfileData> UpdateTags(string resourceGroupName, string networkProfileName, TagsObject parameters, CancellationToken cancellationToken = default)
436public async Task<Response<NetworkProfileListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
456public Response<NetworkProfileListResult> GetBySubscription(CancellationToken cancellationToken = default)
497public async Task<Response<NetworkProfileListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
524public Response<NetworkProfileListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
565public async Task<Response<NetworkProfileListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
592public Response<NetworkProfileListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
634public async Task<Response<NetworkProfileListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
666public Response<NetworkProfileListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkSecurityGroupsRestOperations.cs (12)
155public async Task<Response<NetworkSecurityGroupData>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
190public Response<NetworkSecurityGroupData> Get(string resourceGroupName, string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<NetworkSecurityGroupData>> UpdateTagsAsync(string resourceGroupName, string networkSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<NetworkSecurityGroupData> UpdateTags(string resourceGroupName, string networkSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<NetworkSecurityGroupListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<NetworkSecurityGroupListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<NetworkSecurityGroupListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<NetworkSecurityGroupListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
555public async Task<Response<NetworkSecurityGroupListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
582public Response<NetworkSecurityGroupListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
624public async Task<Response<NetworkSecurityGroupListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<NetworkSecurityGroupListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkVirtualAppliancesRestOperations.cs (12)
155public async Task<Response<NetworkVirtualApplianceData>> GetAsync(string resourceGroupName, string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
190public Response<NetworkVirtualApplianceData> Get(string resourceGroupName, string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
249public async Task<Response<NetworkVirtualApplianceData>> UpdateTagsAsync(string resourceGroupName, string networkVirtualApplianceName, TagsObject parameters, CancellationToken cancellationToken = default)
286public Response<NetworkVirtualApplianceData> UpdateTags(string resourceGroupName, string networkVirtualApplianceName, TagsObject parameters, CancellationToken cancellationToken = default)
430public async Task<Response<NetworkVirtualApplianceListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
457public Response<NetworkVirtualApplianceListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
499public async Task<Response<NetworkVirtualApplianceListResult>> GetAllAsync(CancellationToken cancellationToken = default)
519public Response<NetworkVirtualApplianceListResult> GetAll(CancellationToken cancellationToken = default)
556public async Task<Response<NetworkVirtualApplianceListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
588public Response<NetworkVirtualApplianceListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
633public async Task<Response<NetworkVirtualApplianceListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
660public Response<NetworkVirtualApplianceListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\NetworkWatchersRestOperations.cs (12)
77public async Task<Response<NetworkWatcherData>> CreateOrUpdateAsync(string resourceGroupName, string networkWatcherName, NetworkWatcherData parameters, CancellationToken cancellationToken = default)
115public Response<NetworkWatcherData> CreateOrUpdate(string resourceGroupName, string networkWatcherName, NetworkWatcherData parameters, CancellationToken cancellationToken = default)
172public async Task<Response<NetworkWatcherData>> GetAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
206public Response<NetworkWatcherData> Get(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
341public async Task<Response<NetworkWatcherData>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, TagsObject parameters, CancellationToken cancellationToken = default)
378public Response<NetworkWatcherData> UpdateTags(string resourceGroupName, string networkWatcherName, TagsObject parameters, CancellationToken cancellationToken = default)
432public async Task<Response<NetworkWatcherListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
459public Response<NetworkWatcherListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
501public async Task<Response<NetworkWatcherListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
521public Response<NetworkWatcherListResult> GetBySubscription(CancellationToken cancellationToken = default)
570public async Task<Response<Topology>> GetTopologyAsync(string resourceGroupName, string networkWatcherName, TopologyParameters parameters, CancellationToken cancellationToken = default)
607public Response<Topology> GetTopology(string resourceGroupName, string networkWatcherName, TopologyParameters parameters, CancellationToken cancellationToken = default)
Generated\RestOperations\P2SVpnGatewaysRestOperations.cs (10)
72public async Task<Response<P2SVpnGatewayData>> GetAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
106public Response<P2SVpnGatewayData> Get(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
416public async Task<Response<ListP2SVpnGatewaysResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
443public Response<ListP2SVpnGatewaysResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
485public async Task<Response<ListP2SVpnGatewaysResult>> GetAllAsync(CancellationToken cancellationToken = default)
505public Response<ListP2SVpnGatewaysResult> GetAll(CancellationToken cancellationToken = default)
969public async Task<Response<ListP2SVpnGatewaysResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1001public Response<ListP2SVpnGatewaysResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1046public async Task<Response<ListP2SVpnGatewaysResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1073public Response<ListP2SVpnGatewaysResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\PacketCapturesRestOperations.cs (4)
175public async Task<Response<PacketCaptureData>> GetAsync(string resourceGroupName, string networkWatcherName, string packetCaptureName, CancellationToken cancellationToken = default)
214public Response<PacketCaptureData> Get(string resourceGroupName, string networkWatcherName, string packetCaptureName, CancellationToken cancellationToken = default)
539public async Task<Response<PacketCaptureListResult>> GetAllAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
571public Response<PacketCaptureListResult> GetAll(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
Generated\RestOperations\PeerExpressRouteCircuitConnectionsRestOperations.cs (6)
78public async Task<Response<PeerExpressRouteCircuitConnection>> GetAsync(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
120public Response<PeerExpressRouteCircuitConnection> Get(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
184public async Task<Response<PeerExpressRouteCircuitConnectionListResult>> GetAllAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
221public Response<PeerExpressRouteCircuitConnectionListResult> GetAll(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
273public async Task<Response<PeerExpressRouteCircuitConnectionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
315public Response<PeerExpressRouteCircuitConnectionListResult> GetAllNextPage(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
Generated\RestOperations\PrivateDnsZoneGroupsRestOperations.cs (6)
165public async Task<Response<PrivateDnsZoneGroupData>> GetAsync(string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
204public Response<PrivateDnsZoneGroupData> Get(string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
365public async Task<Response<PrivateDnsZoneGroupListResult>> GetAllAsync(string resourceGroupName, string privateEndpointName, CancellationToken cancellationToken = default)
397public Response<PrivateDnsZoneGroupListResult> GetAll(string resourceGroupName, string privateEndpointName, CancellationToken cancellationToken = default)
444public async Task<Response<PrivateDnsZoneGroupListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string privateEndpointName, CancellationToken cancellationToken = default)
481public Response<PrivateDnsZoneGroupListResult> GetAllNextPage(string nextLink, string resourceGroupName, string privateEndpointName, CancellationToken cancellationToken = default)
Generated\RestOperations\PrivateEndpointsRestOperations.cs (10)
155public async Task<Response<PrivateEndpointData>> GetAsync(string resourceGroupName, string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
190public Response<PrivateEndpointData> Get(string resourceGroupName, string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
332public async Task<Response<PrivateEndpointListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
359public Response<PrivateEndpointListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
401public async Task<Response<PrivateEndpointListResult>> GetAllBySubscriptionAsync(CancellationToken cancellationToken = default)
421public Response<PrivateEndpointListResult> GetAllBySubscription(CancellationToken cancellationToken = default)
458public async Task<Response<PrivateEndpointListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
490public Response<PrivateEndpointListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
535public async Task<Response<PrivateEndpointListResult>> GetAllBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
562public Response<PrivateEndpointListResult> GetAllBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\PrivateLinkServicesRestOperations.cs (26)
155public async Task<Response<PrivateLinkServiceData>> GetAsync(string resourceGroupName, string serviceName, string expand = null, CancellationToken cancellationToken = default)
190public Response<PrivateLinkServiceData> Get(string resourceGroupName, string serviceName, string expand = null, CancellationToken cancellationToken = default)
332public async Task<Response<PrivateLinkServiceListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
359public Response<PrivateLinkServiceListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
401public async Task<Response<PrivateLinkServiceListResult>> GetAllBySubscriptionAsync(CancellationToken cancellationToken = default)
421public Response<PrivateLinkServiceListResult> GetAllBySubscription(CancellationToken cancellationToken = default)
472public async Task<Response<PrivateEndpointConnection>> GetPrivateEndpointConnectionAsync(string resourceGroupName, string serviceName, string peConnectionName, string expand = null, CancellationToken cancellationToken = default)
510public Response<PrivateEndpointConnection> GetPrivateEndpointConnection(string resourceGroupName, string serviceName, string peConnectionName, string expand = null, CancellationToken cancellationToken = default)
574public async Task<Response<PrivateEndpointConnection>> UpdatePrivateEndpointConnectionAsync(string resourceGroupName, string serviceName, string peConnectionName, PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
616public Response<PrivateEndpointConnection> UpdatePrivateEndpointConnection(string resourceGroupName, string serviceName, string peConnectionName, PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
767public async Task<Response<PrivateEndpointConnectionListResult>> GetPrivateEndpointConnectionsAsync(string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
799public Response<PrivateEndpointConnectionListResult> GetPrivateEndpointConnections(string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
1019public async Task<Response<AutoApprovedPrivateLinkServicesResult>> GetAutoApprovedPrivateLinkServicesAsync(string location, CancellationToken cancellationToken = default)
1046public Response<AutoApprovedPrivateLinkServicesResult> GetAutoApprovedPrivateLinkServices(string location, CancellationToken cancellationToken = default)
1095public async Task<Response<AutoApprovedPrivateLinkServicesResult>> GetAutoApprovedPrivateLinkServicesByResourceGroupAsync(string resourceGroupName, string location, CancellationToken cancellationToken = default)
1127public Response<AutoApprovedPrivateLinkServicesResult> GetAutoApprovedPrivateLinkServicesByResourceGroup(string resourceGroupName, string location, CancellationToken cancellationToken = default)
1173public async Task<Response<PrivateLinkServiceListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1205public Response<PrivateLinkServiceListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1250public async Task<Response<PrivateLinkServiceListResult>> GetAllBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1277public Response<PrivateLinkServiceListResult> GetAllBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
1320public async Task<Response<PrivateEndpointConnectionListResult>> GetPrivateEndpointConnectionsNextPageAsync(string nextLink, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
1357public Response<PrivateEndpointConnectionListResult> GetPrivateEndpointConnectionsNextPage(string nextLink, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
1407public async Task<Response<AutoApprovedPrivateLinkServicesResult>> GetAutoApprovedPrivateLinkServicesNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
1439public Response<AutoApprovedPrivateLinkServicesResult> GetAutoApprovedPrivateLinkServicesNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
1486public async Task<Response<AutoApprovedPrivateLinkServicesResult>> GetAutoApprovedPrivateLinkServicesByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
1523public Response<AutoApprovedPrivateLinkServicesResult> GetAutoApprovedPrivateLinkServicesByResourceGroupNextPage(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
Generated\RestOperations\PublicIPAddressesRestOperations.cs (12)
155public async Task<Response<PublicIPAddressData>> GetAsync(string resourceGroupName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
190public Response<PublicIPAddressData> Get(string resourceGroupName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<PublicIPAddressData>> UpdateTagsAsync(string resourceGroupName, string publicIpAddressName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<PublicIPAddressData> UpdateTags(string resourceGroupName, string publicIpAddressName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<PublicIPAddressListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<PublicIPAddressListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<PublicIPAddressListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<PublicIPAddressListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
555public async Task<Response<PublicIPAddressListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
582public Response<PublicIPAddressListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
624public async Task<Response<PublicIPAddressListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<PublicIPAddressListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\PublicIPPrefixesRestOperations.cs (12)
155public async Task<Response<PublicIPPrefixData>> GetAsync(string resourceGroupName, string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
190public Response<PublicIPPrefixData> Get(string resourceGroupName, string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<PublicIPPrefixData>> UpdateTagsAsync(string resourceGroupName, string publicIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<PublicIPPrefixData> UpdateTags(string resourceGroupName, string publicIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<PublicIPPrefixListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<PublicIPPrefixListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<PublicIPPrefixListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<PublicIPPrefixListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
555public async Task<Response<PublicIPPrefixListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
582public Response<PublicIPPrefixListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
624public async Task<Response<PublicIPPrefixListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<PublicIPPrefixListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\RouteFilterRulesRestOperations.cs (6)
165public async Task<Response<RouteFilterRuleData>> GetAsync(string resourceGroupName, string routeFilterName, string ruleName, CancellationToken cancellationToken = default)
204public Response<RouteFilterRuleData> Get(string resourceGroupName, string routeFilterName, string ruleName, CancellationToken cancellationToken = default)
365public async Task<Response<RouteFilterRuleListResult>> GetAllByRouteFilterAsync(string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
397public Response<RouteFilterRuleListResult> GetAllByRouteFilter(string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
444public async Task<Response<RouteFilterRuleListResult>> GetAllByRouteFilterNextPageAsync(string nextLink, string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
481public Response<RouteFilterRuleListResult> GetAllByRouteFilterNextPage(string nextLink, string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
Generated\RestOperations\RouteFiltersRestOperations.cs (12)
155public async Task<Response<RouteFilterData>> GetAsync(string resourceGroupName, string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
190public Response<RouteFilterData> Get(string resourceGroupName, string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<RouteFilterData>> UpdateTagsAsync(string resourceGroupName, string routeFilterName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<RouteFilterData> UpdateTags(string resourceGroupName, string routeFilterName, TagsObject parameters, CancellationToken cancellationToken = default)
430public async Task<Response<RouteFilterListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
457public Response<RouteFilterListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
499public async Task<Response<RouteFilterListResult>> GetAllAsync(CancellationToken cancellationToken = default)
519public Response<RouteFilterListResult> GetAll(CancellationToken cancellationToken = default)
556public async Task<Response<RouteFilterListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
588public Response<RouteFilterListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
633public async Task<Response<RouteFilterListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
660public Response<RouteFilterListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\RoutesRestOperations.cs (6)
165public async Task<Response<RouteData>> GetAsync(string resourceGroupName, string routeTableName, string routeName, CancellationToken cancellationToken = default)
204public Response<RouteData> Get(string resourceGroupName, string routeTableName, string routeName, CancellationToken cancellationToken = default)
365public async Task<Response<RouteListResult>> GetAllAsync(string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
397public Response<RouteListResult> GetAll(string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
444public async Task<Response<RouteListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
481public Response<RouteListResult> GetAllNextPage(string nextLink, string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
Generated\RestOperations\RouteTablesRestOperations.cs (12)
155public async Task<Response<RouteTableData>> GetAsync(string resourceGroupName, string routeTableName, string expand = null, CancellationToken cancellationToken = default)
190public Response<RouteTableData> Get(string resourceGroupName, string routeTableName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<RouteTableData>> UpdateTagsAsync(string resourceGroupName, string routeTableName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<RouteTableData> UpdateTags(string resourceGroupName, string routeTableName, TagsObject parameters, CancellationToken cancellationToken = default)
430public async Task<Response<RouteTableListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
457public Response<RouteTableListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
499public async Task<Response<RouteTableListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
519public Response<RouteTableListResult> GetBySubscription(CancellationToken cancellationToken = default)
556public async Task<Response<RouteTableListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
588public Response<RouteTableListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
633public async Task<Response<RouteTableListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
660public Response<RouteTableListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\SecurityPartnerProvidersRestOperations.cs (12)
150public async Task<Response<SecurityPartnerProviderData>> GetAsync(string resourceGroupName, string securityPartnerProviderName, CancellationToken cancellationToken = default)
184public Response<SecurityPartnerProviderData> Get(string resourceGroupName, string securityPartnerProviderName, CancellationToken cancellationToken = default)
333public async Task<Response<SecurityPartnerProviderData>> UpdateTagsAsync(string resourceGroupName, string securityPartnerProviderName, TagsObject parameters, CancellationToken cancellationToken = default)
370public Response<SecurityPartnerProviderData> UpdateTags(string resourceGroupName, string securityPartnerProviderName, TagsObject parameters, CancellationToken cancellationToken = default)
424public async Task<Response<SecurityPartnerProviderListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<SecurityPartnerProviderListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<SecurityPartnerProviderListResult>> GetAllAsync(CancellationToken cancellationToken = default)
513public Response<SecurityPartnerProviderListResult> GetAll(CancellationToken cancellationToken = default)
550public async Task<Response<SecurityPartnerProviderListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
582public Response<SecurityPartnerProviderListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
627public async Task<Response<SecurityPartnerProviderListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
654public Response<SecurityPartnerProviderListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\SecurityRulesRestOperations.cs (6)
165public async Task<Response<SecurityRuleData>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string securityRuleName, CancellationToken cancellationToken = default)
204public Response<SecurityRuleData> Get(string resourceGroupName, string networkSecurityGroupName, string securityRuleName, CancellationToken cancellationToken = default)
365public async Task<Response<SecurityRuleListResult>> GetAllAsync(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
397public Response<SecurityRuleListResult> GetAll(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
444public async Task<Response<SecurityRuleListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
481public Response<SecurityRuleListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\ServiceEndpointPoliciesRestOperations.cs (12)
155public async Task<Response<ServiceEndpointPolicyData>> GetAsync(string resourceGroupName, string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
190public Response<ServiceEndpointPolicyData> Get(string resourceGroupName, string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<ServiceEndpointPolicyData>> UpdateTagsAsync(string resourceGroupName, string serviceEndpointPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<ServiceEndpointPolicyData> UpdateTags(string resourceGroupName, string serviceEndpointPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<ServiceEndpointPolicyListResult>> GetAllAsync(CancellationToken cancellationToken = default)
446public Response<ServiceEndpointPolicyListResult> GetAll(CancellationToken cancellationToken = default)
487public async Task<Response<ServiceEndpointPolicyListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<ServiceEndpointPolicyListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
555public async Task<Response<ServiceEndpointPolicyListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
582public Response<ServiceEndpointPolicyListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
624public async Task<Response<ServiceEndpointPolicyListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<ServiceEndpointPolicyListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\ServiceEndpointPolicyDefinitionsRestOperations.cs (6)
165public async Task<Response<ServiceEndpointPolicyDefinitionData>> GetAsync(string resourceGroupName, string serviceEndpointPolicyName, string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
204public Response<ServiceEndpointPolicyDefinitionData> Get(string resourceGroupName, string serviceEndpointPolicyName, string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
365public async Task<Response<ServiceEndpointPolicyDefinitionListResult>> GetAllByResourceGroupAsync(string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
397public Response<ServiceEndpointPolicyDefinitionListResult> GetAllByResourceGroup(string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
444public async Task<Response<ServiceEndpointPolicyDefinitionListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
481public Response<ServiceEndpointPolicyDefinitionListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
Generated\RestOperations\SubnetsRestOperations.cs (6)
170public async Task<Response<SubnetData>> GetAsync(string resourceGroupName, string virtualNetworkName, string subnetName, string expand = null, CancellationToken cancellationToken = default)
210public Response<SubnetData> Get(string resourceGroupName, string virtualNetworkName, string subnetName, string expand = null, CancellationToken cancellationToken = default)
577public async Task<Response<SubnetListResult>> GetAllAsync(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
609public Response<SubnetListResult> GetAll(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
656public async Task<Response<SubnetListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
693public Response<SubnetListResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualApplianceSitesRestOperations.cs (6)
165public async Task<Response<VirtualApplianceSiteData>> GetAsync(string resourceGroupName, string networkVirtualApplianceName, string siteName, CancellationToken cancellationToken = default)
204public Response<VirtualApplianceSiteData> Get(string resourceGroupName, string networkVirtualApplianceName, string siteName, CancellationToken cancellationToken = default)
365public async Task<Response<NetworkVirtualApplianceSiteListResult>> GetAllAsync(string resourceGroupName, string networkVirtualApplianceName, CancellationToken cancellationToken = default)
397public Response<NetworkVirtualApplianceSiteListResult> GetAll(string resourceGroupName, string networkVirtualApplianceName, CancellationToken cancellationToken = default)
444public async Task<Response<NetworkVirtualApplianceSiteListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string networkVirtualApplianceName, CancellationToken cancellationToken = default)
481public Response<NetworkVirtualApplianceSiteListResult> GetAllNextPage(string nextLink, string resourceGroupName, string networkVirtualApplianceName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualHubBgpConnectionsRestOperations.cs (6)
75public async Task<Response<BgpConnectionData>> GetAsync(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
114public Response<BgpConnectionData> Get(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
365public async Task<Response<ListVirtualHubBgpConnectionResults>> GetAllAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
397public Response<ListVirtualHubBgpConnectionResults> GetAll(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
622public async Task<Response<ListVirtualHubBgpConnectionResults>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
659public Response<ListVirtualHubBgpConnectionResults> GetAllNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualHubIpConfigurationRestOperations.cs (6)
75public async Task<Response<HubIpConfigurationData>> GetAsync(string resourceGroupName, string virtualHubName, string ipConfigName, CancellationToken cancellationToken = default)
114public Response<HubIpConfigurationData> Get(string resourceGroupName, string virtualHubName, string ipConfigName, CancellationToken cancellationToken = default)
365public async Task<Response<ListVirtualHubIpConfigurationResults>> GetAllAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
397public Response<ListVirtualHubIpConfigurationResults> GetAll(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
444public async Task<Response<ListVirtualHubIpConfigurationResults>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
481public Response<ListVirtualHubIpConfigurationResults> GetAllNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualHubRouteTableV2SRestOperations.cs (6)
75public async Task<Response<VirtualHubRouteTableV2Data>> GetAsync(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
114public Response<VirtualHubRouteTableV2Data> Get(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
365public async Task<Response<ListVirtualHubRouteTableV2SResult>> GetAllAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
397public Response<ListVirtualHubRouteTableV2SResult> GetAll(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
444public async Task<Response<ListVirtualHubRouteTableV2SResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
481public Response<ListVirtualHubRouteTableV2SResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualHubsRestOperations.cs (12)
72public async Task<Response<VirtualHubData>> GetAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
106public Response<VirtualHubData> Get(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
255public async Task<Response<VirtualHubData>> UpdateTagsAsync(string resourceGroupName, string virtualHubName, TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
292public Response<VirtualHubData> UpdateTags(string resourceGroupName, string virtualHubName, TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
424public async Task<Response<ListVirtualHubsResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<ListVirtualHubsResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<ListVirtualHubsResult>> GetAllAsync(CancellationToken cancellationToken = default)
513public Response<ListVirtualHubsResult> GetAll(CancellationToken cancellationToken = default)
636public async Task<Response<ListVirtualHubsResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
668public Response<ListVirtualHubsResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
713public async Task<Response<ListVirtualHubsResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
740public Response<ListVirtualHubsResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualNetworkGatewayConnectionsRestOperations.cs (8)
162public async Task<Response<VirtualNetworkGatewayConnectionData>> GetAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
196public Response<VirtualNetworkGatewayConnectionData> Get(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
510public async Task<Response<ConnectionSharedKey>> GetSharedKeyAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
542public Response<ConnectionSharedKey> GetSharedKey(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
592public async Task<Response<VirtualNetworkGatewayConnectionListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
619public Response<VirtualNetworkGatewayConnectionListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
1081public async Task<Response<VirtualNetworkGatewayConnectionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1113public Response<VirtualNetworkGatewayConnectionListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualNetworkGatewayNatRulesRestOperations.cs (6)
75public async Task<Response<VirtualNetworkGatewayNatRuleData>> GetAsync(string resourceGroupName, string virtualNetworkGatewayName, string natRuleName, CancellationToken cancellationToken = default)
114public Response<VirtualNetworkGatewayNatRuleData> Get(string resourceGroupName, string virtualNetworkGatewayName, string natRuleName, CancellationToken cancellationToken = default)
365public async Task<Response<ListVirtualNetworkGatewayNatRulesResult>> GetAllByVirtualNetworkGatewayAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
397public Response<ListVirtualNetworkGatewayNatRulesResult> GetAllByVirtualNetworkGateway(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
444public async Task<Response<ListVirtualNetworkGatewayNatRulesResult>> GetAllByVirtualNetworkGatewayNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
481public Response<ListVirtualNetworkGatewayNatRulesResult> GetAllByVirtualNetworkGatewayNextPage(string nextLink, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualNetworkGatewaysRestOperations.cs (14)
162public async Task<Response<VirtualNetworkGatewayData>> GetAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
196public Response<VirtualNetworkGatewayData> Get(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
416public async Task<Response<VirtualNetworkGatewayListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
443public Response<VirtualNetworkGatewayListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
492public async Task<Response<VirtualNetworkGatewayListConnectionsResult>> GetConnectionsAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
524public Response<VirtualNetworkGatewayListConnectionsResult> GetConnections(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
1079public async Task<Response<string>> SupportedVpnDevicesAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
1111public Response<string> SupportedVpnDevices(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
1500public async Task<Response<string>> VpnDeviceConfigurationScriptAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
1537public Response<string> VpnDeviceConfigurationScript(string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
1932public async Task<Response<VirtualNetworkGatewayListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1964public Response<VirtualNetworkGatewayListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
2011public async Task<Response<VirtualNetworkGatewayListConnectionsResult>> GetConnectionsNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
2048public Response<VirtualNetworkGatewayListConnectionsResult> GetConnectionsNextPage(string nextLink, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualNetworkPeeringsRestOperations.cs (6)
165public async Task<Response<VirtualNetworkPeeringData>> GetAsync(string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
204public Response<VirtualNetworkPeeringData> Get(string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
371public async Task<Response<VirtualNetworkPeeringListResult>> GetAllAsync(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
403public Response<VirtualNetworkPeeringListResult> GetAll(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
450public async Task<Response<VirtualNetworkPeeringListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
487public Response<VirtualNetworkPeeringListResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualNetworksRestOperations.cs (18)
155public async Task<Response<VirtualNetworkData>> GetAsync(string resourceGroupName, string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
190public Response<VirtualNetworkData> Get(string resourceGroupName, string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
339public async Task<Response<VirtualNetworkData>> UpdateTagsAsync(string resourceGroupName, string virtualNetworkName, TagsObject parameters, CancellationToken cancellationToken = default)
376public Response<VirtualNetworkData> UpdateTags(string resourceGroupName, string virtualNetworkName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<VirtualNetworkListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
446public Response<VirtualNetworkListResult> GetBySubscription(CancellationToken cancellationToken = default)
487public async Task<Response<VirtualNetworkListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<VirtualNetworkListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
565public async Task<Response<IPAddressAvailabilityResult>> CheckIPAddressAvailabilityAsync(string resourceGroupName, string virtualNetworkName, string ipAddress, CancellationToken cancellationToken = default)
602public Response<IPAddressAvailabilityResult> CheckIPAddressAvailability(string resourceGroupName, string virtualNetworkName, string ipAddress, CancellationToken cancellationToken = default)
659public async Task<Response<VirtualNetworkListUsageResult>> GetUsageAsync(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
691public Response<VirtualNetworkListUsageResult> GetUsage(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
736public async Task<Response<VirtualNetworkListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
763public Response<VirtualNetworkListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
805public async Task<Response<VirtualNetworkListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
837public Response<VirtualNetworkListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
884public async Task<Response<VirtualNetworkListUsageResult>> GetUsageNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
921public Response<VirtualNetworkListUsageResult> GetUsageNextPage(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualNetworkTapsRestOperations.cs (12)
150public async Task<Response<VirtualNetworkTapData>> GetAsync(string resourceGroupName, string tapName, CancellationToken cancellationToken = default)
184public Response<VirtualNetworkTapData> Get(string resourceGroupName, string tapName, CancellationToken cancellationToken = default)
333public async Task<Response<VirtualNetworkTapData>> UpdateTagsAsync(string resourceGroupName, string tapName, TagsObject tapParameters, CancellationToken cancellationToken = default)
370public Response<VirtualNetworkTapData> UpdateTags(string resourceGroupName, string tapName, TagsObject tapParameters, CancellationToken cancellationToken = default)
420public async Task<Response<VirtualNetworkTapListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
440public Response<VirtualNetworkTapListResult> GetBySubscription(CancellationToken cancellationToken = default)
481public async Task<Response<VirtualNetworkTapListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
508public Response<VirtualNetworkTapListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
549public async Task<Response<VirtualNetworkTapListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
576public Response<VirtualNetworkTapListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
618public async Task<Response<VirtualNetworkTapListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
650public Response<VirtualNetworkTapListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualRouterPeeringsRestOperations.cs (6)
165public async Task<Response<VirtualRouterPeeringData>> GetAsync(string resourceGroupName, string virtualRouterName, string peeringName, CancellationToken cancellationToken = default)
204public Response<VirtualRouterPeeringData> Get(string resourceGroupName, string virtualRouterName, string peeringName, CancellationToken cancellationToken = default)
365public async Task<Response<VirtualRouterPeeringListResult>> GetAllAsync(string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
397public Response<VirtualRouterPeeringListResult> GetAll(string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
444public async Task<Response<VirtualRouterPeeringListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
481public Response<VirtualRouterPeeringListResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualRoutersRestOperations.cs (10)
155public async Task<Response<VirtualRouterData>> GetAsync(string resourceGroupName, string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
190public Response<VirtualRouterData> Get(string resourceGroupName, string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
332public async Task<Response<VirtualRouterListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
359public Response<VirtualRouterListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
401public async Task<Response<VirtualRouterListResult>> GetAllAsync(CancellationToken cancellationToken = default)
421public Response<VirtualRouterListResult> GetAll(CancellationToken cancellationToken = default)
458public async Task<Response<VirtualRouterListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
490public Response<VirtualRouterListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
535public async Task<Response<VirtualRouterListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
562public Response<VirtualRouterListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualWansRestOperations.cs (12)
72public async Task<Response<VirtualWANData>> GetAsync(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
106public Response<VirtualWANData> Get(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
255public async Task<Response<VirtualWANData>> UpdateTagsAsync(string resourceGroupName, string virtualWANName, TagsObject wANParameters, CancellationToken cancellationToken = default)
292public Response<VirtualWANData> UpdateTags(string resourceGroupName, string virtualWANName, TagsObject wANParameters, CancellationToken cancellationToken = default)
424public async Task<Response<ListVirtualWANsResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<ListVirtualWANsResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<ListVirtualWANsResult>> GetAllAsync(CancellationToken cancellationToken = default)
513public Response<ListVirtualWANsResult> GetAll(CancellationToken cancellationToken = default)
550public async Task<Response<ListVirtualWANsResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
582public Response<ListVirtualWANsResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
627public async Task<Response<ListVirtualWANsResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
654public Response<ListVirtualWANsResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\VpnConnectionsRestOperations.cs (6)
75public async Task<Response<VpnConnectionData>> GetAsync(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
114public Response<VpnConnectionData> Get(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
561public async Task<Response<ListVpnConnectionsResult>> GetAllByVpnGatewayAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
593public Response<ListVpnConnectionsResult> GetAllByVpnGateway(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
640public async Task<Response<ListVpnConnectionsResult>> GetAllByVpnGatewayNextPageAsync(string nextLink, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
677public Response<ListVpnConnectionsResult> GetAllByVpnGatewayNextPage(string nextLink, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
Generated\RestOperations\VpnGatewaysRestOperations.cs (10)
72public async Task<Response<VpnGatewayData>> GetAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
106public Response<VpnGatewayData> Get(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
665public async Task<Response<ListVpnGatewaysResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
692public Response<ListVpnGatewaysResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
734public async Task<Response<ListVpnGatewaysResult>> GetAllAsync(CancellationToken cancellationToken = default)
754public Response<ListVpnGatewaysResult> GetAll(CancellationToken cancellationToken = default)
791public async Task<Response<ListVpnGatewaysResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
823public Response<ListVpnGatewaysResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
868public async Task<Response<ListVpnGatewaysResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
895public Response<ListVpnGatewaysResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\VpnLinkConnectionsRestOperations.cs (4)
276public async Task<Response<ListVpnSiteLinkConnectionsResult>> GetAllByVpnConnectionAsync(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
313public Response<ListVpnSiteLinkConnectionsResult> GetAllByVpnConnection(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
365public async Task<Response<ListVpnSiteLinkConnectionsResult>> GetAllByVpnConnectionNextPageAsync(string nextLink, string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
407public Response<ListVpnSiteLinkConnectionsResult> GetAllByVpnConnectionNextPage(string nextLink, string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
Generated\RestOperations\VpnServerConfigurationsRestOperations.cs (12)
72public async Task<Response<VpnServerConfigurationData>> GetAsync(string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default)
106public Response<VpnServerConfigurationData> Get(string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default)
255public async Task<Response<VpnServerConfigurationData>> UpdateTagsAsync(string resourceGroupName, string vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
292public Response<VpnServerConfigurationData> UpdateTags(string resourceGroupName, string vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
424public async Task<Response<ListVpnServerConfigurationsResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<ListVpnServerConfigurationsResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<ListVpnServerConfigurationsResult>> GetAllAsync(CancellationToken cancellationToken = default)
513public Response<ListVpnServerConfigurationsResult> GetAll(CancellationToken cancellationToken = default)
550public async Task<Response<ListVpnServerConfigurationsResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
582public Response<ListVpnServerConfigurationsResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
627public async Task<Response<ListVpnServerConfigurationsResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
654public Response<ListVpnServerConfigurationsResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\VpnSiteLinksRestOperations.cs (6)
75public async Task<Response<VpnSiteLink>> GetAsync(string resourceGroupName, string vpnSiteName, string vpnSiteLinkName, CancellationToken cancellationToken = default)
112public Response<VpnSiteLink> Get(string resourceGroupName, string vpnSiteName, string vpnSiteLinkName, CancellationToken cancellationToken = default)
169public async Task<Response<ListVpnSiteLinksResult>> GetAllByVpnSiteAsync(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
201public Response<ListVpnSiteLinksResult> GetAllByVpnSite(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
248public async Task<Response<ListVpnSiteLinksResult>> GetAllByVpnSiteNextPageAsync(string nextLink, string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
285public Response<ListVpnSiteLinksResult> GetAllByVpnSiteNextPage(string nextLink, string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
Generated\RestOperations\VpnSitesRestOperations.cs (12)
72public async Task<Response<VpnSiteData>> GetAsync(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
106public Response<VpnSiteData> Get(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
255public async Task<Response<VpnSiteData>> UpdateTagsAsync(string resourceGroupName, string vpnSiteName, TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
292public Response<VpnSiteData> UpdateTags(string resourceGroupName, string vpnSiteName, TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
424public async Task<Response<ListVpnSitesResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
451public Response<ListVpnSitesResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
493public async Task<Response<ListVpnSitesResult>> GetAllAsync(CancellationToken cancellationToken = default)
513public Response<ListVpnSitesResult> GetAll(CancellationToken cancellationToken = default)
550public async Task<Response<ListVpnSitesResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
582public Response<ListVpnSitesResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
627public async Task<Response<ListVpnSitesResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
654public Response<ListVpnSitesResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\WebApplicationFirewallPoliciesRestOperations.cs (12)
70public async Task<Response<WebApplicationFirewallPolicyListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
97public Response<WebApplicationFirewallPolicyListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
139public async Task<Response<WebApplicationFirewallPolicyListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
159public Response<WebApplicationFirewallPolicyListResult> GetBySubscription(CancellationToken cancellationToken = default)
202public async Task<Response<WebApplicationFirewallPolicyData>> GetAsync(string resourceGroupName, string policyName, CancellationToken cancellationToken = default)
236public Response<WebApplicationFirewallPolicyData> Get(string resourceGroupName, string policyName, CancellationToken cancellationToken = default)
295public async Task<Response<WebApplicationFirewallPolicyData>> CreateOrUpdateAsync(string resourceGroupName, string policyName, WebApplicationFirewallPolicyData parameters, CancellationToken cancellationToken = default)
333public Response<WebApplicationFirewallPolicyData> CreateOrUpdate(string resourceGroupName, string policyName, WebApplicationFirewallPolicyData parameters, CancellationToken cancellationToken = default)
462public async Task<Response<WebApplicationFirewallPolicyListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
494public Response<WebApplicationFirewallPolicyListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
539public async Task<Response<WebApplicationFirewallPolicyListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
566public Response<WebApplicationFirewallPolicyListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RouteContainer.cs (16)
116public virtual Response<Route> Get(string routeName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, routeName, cancellationToken: cancellationToken);
142public async virtual Task<Response<Route>> GetAsync(string routeName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, routeName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<Route> GetIfExists(string routeName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, routeName, cancellationToken: cancellationToken);
194public async virtual Task<Response<Route>> GetIfExistsAsync(string routeName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, routeName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string routeName, CancellationToken cancellationToken = default)
231var response = GetIfExists(routeName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string routeName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(routeName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\RouteFilter.cs (8)
90public async virtual Task<Response<RouteFilter>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<RouteFilter> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<RouteFilter>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<RouteFilter> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\RouteFilterContainer.cs (16)
118public virtual Response<RouteFilter> Get(string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, routeFilterName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<RouteFilter>> GetAsync(string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, routeFilterName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<RouteFilter> GetIfExists(string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, routeFilterName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<RouteFilter>> GetIfExistsAsync(string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, routeFilterName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(routeFilterName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(routeFilterName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\RouteFilterRuleContainer.cs (16)
116public virtual Response<RouteFilterRule> Get(string ruleName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, ruleName, cancellationToken: cancellationToken);
142public async virtual Task<Response<RouteFilterRule>> GetAsync(string ruleName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, ruleName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<RouteFilterRule> GetIfExists(string ruleName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, ruleName, cancellationToken: cancellationToken);
194public async virtual Task<Response<RouteFilterRule>> GetIfExistsAsync(string ruleName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, ruleName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string ruleName, CancellationToken cancellationToken = default)
231var response = GetIfExists(ruleName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string ruleName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(ruleName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByRouteFilter(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByRouteFilterNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByRouteFilterAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByRouteFilterNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\RouteTable.cs (8)
90public async virtual Task<Response<RouteTable>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<RouteTable> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<RouteTable>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<RouteTable> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\RouteTableContainer.cs (16)
118public virtual Response<RouteTable> Get(string routeTableName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, routeTableName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<RouteTable>> GetAsync(string routeTableName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, routeTableName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<RouteTable> GetIfExists(string routeTableName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, routeTableName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<RouteTable>> GetIfExistsAsync(string routeTableName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, routeTableName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string routeTableName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(routeTableName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string routeTableName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(routeTableName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\SecurityPartnerProvider.cs (8)
89public async virtual Task<Response<SecurityPartnerProvider>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<SecurityPartnerProvider> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<SecurityPartnerProvider>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<SecurityPartnerProvider> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\SecurityPartnerProviderContainer.cs (16)
117public virtual Response<SecurityPartnerProvider> Get(string securityPartnerProviderName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, securityPartnerProviderName, cancellationToken: cancellationToken);
143public async virtual Task<Response<SecurityPartnerProvider>> GetAsync(string securityPartnerProviderName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, securityPartnerProviderName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<SecurityPartnerProvider> GetIfExists(string securityPartnerProviderName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, securityPartnerProviderName, cancellationToken: cancellationToken);
195public async virtual Task<Response<SecurityPartnerProvider>> GetIfExistsAsync(string securityPartnerProviderName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, securityPartnerProviderName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string securityPartnerProviderName, CancellationToken cancellationToken = default)
232var response = GetIfExists(securityPartnerProviderName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string securityPartnerProviderName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(securityPartnerProviderName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\SecurityRuleContainer.cs (16)
116public virtual Response<SecurityRule> Get(string securityRuleName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, securityRuleName, cancellationToken: cancellationToken);
142public async virtual Task<Response<SecurityRule>> GetAsync(string securityRuleName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, securityRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<SecurityRule> GetIfExists(string securityRuleName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, securityRuleName, cancellationToken: cancellationToken);
194public async virtual Task<Response<SecurityRule>> GetIfExistsAsync(string securityRuleName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, securityRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string securityRuleName, CancellationToken cancellationToken = default)
231var response = GetIfExists(securityRuleName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string securityRuleName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(securityRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ServiceEndpointPolicy.cs (8)
90public async virtual Task<Response<ServiceEndpointPolicy>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<ServiceEndpointPolicy> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<ServiceEndpointPolicy>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<ServiceEndpointPolicy> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\ServiceEndpointPolicyContainer.cs (16)
118public virtual Response<ServiceEndpointPolicy> Get(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, serviceEndpointPolicyName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<ServiceEndpointPolicy>> GetAsync(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, serviceEndpointPolicyName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<ServiceEndpointPolicy> GetIfExists(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, serviceEndpointPolicyName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<ServiceEndpointPolicy>> GetIfExistsAsync(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, serviceEndpointPolicyName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(serviceEndpointPolicyName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(serviceEndpointPolicyName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ServiceEndpointPolicyDefinitionContainer.cs (16)
116public virtual Response<ServiceEndpointPolicyDefinition> Get(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, serviceEndpointPolicyDefinitionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<ServiceEndpointPolicyDefinition>> GetAsync(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, serviceEndpointPolicyDefinitionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<ServiceEndpointPolicyDefinition> GetIfExists(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, serviceEndpointPolicyDefinitionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<ServiceEndpointPolicyDefinition>> GetIfExistsAsync(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, serviceEndpointPolicyDefinitionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(serviceEndpointPolicyDefinitionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(serviceEndpointPolicyDefinitionName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\Subnet.cs (12)
98public async virtual Task<Response<Subnet>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
104var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
119public virtual Response<Subnet> Get(string expand = null, CancellationToken cancellationToken = default)
125var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
198public virtual async Task<Response<IReadOnlyList<ResourceNavigationLink>>> GetResourceNavigationLinksAsync(CancellationToken cancellationToken = default)
204var response = await _resourceNavigationLinksRestClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
216public virtual Response<IReadOnlyList<ResourceNavigationLink>> GetResourceNavigationLinks(CancellationToken cancellationToken = default)
222var response = _resourceNavigationLinksRestClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
234public virtual async Task<Response<IReadOnlyList<ServiceAssociationLink>>> GetServiceAssociationLinksAsync(CancellationToken cancellationToken = default)
240var response = await _serviceAssociationLinksRestClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
252public virtual Response<IReadOnlyList<ServiceAssociationLink>> GetServiceAssociationLinks(CancellationToken cancellationToken = default)
258var response = _serviceAssociationLinksRestClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
Generated\SubnetContainer.cs (16)
117public virtual Response<Subnet> Get(string subnetName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Name, subnetName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<Subnet>> GetAsync(string subnetName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, subnetName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<Subnet> GetIfExists(string subnetName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Name, subnetName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<Subnet>> GetIfExistsAsync(string subnetName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, subnetName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string subnetName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(subnetName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string subnetName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(subnetName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
282var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
297var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
320var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
335var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualApplianceSiteContainer.cs (16)
116public virtual Response<VirtualApplianceSite> Get(string siteName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, siteName, cancellationToken: cancellationToken);
142public async virtual Task<Response<VirtualApplianceSite>> GetAsync(string siteName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, siteName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<VirtualApplianceSite> GetIfExists(string siteName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, siteName, cancellationToken: cancellationToken);
194public async virtual Task<Response<VirtualApplianceSite>> GetIfExistsAsync(string siteName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, siteName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string siteName, CancellationToken cancellationToken = default)
231var response = GetIfExists(siteName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string siteName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(siteName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualHub.cs (8)
89public async virtual Task<Response<VirtualHub>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<VirtualHub> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<VirtualHub>> UpdateTagsAsync(TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, virtualHubParameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<VirtualHub> UpdateTags(TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, virtualHubParameters, cancellationToken);
Generated\VirtualHubContainer.cs (16)
117public virtual Response<VirtualHub> Get(string virtualHubName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, virtualHubName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VirtualHub>> GetAsync(string virtualHubName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualHubName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VirtualHub> GetIfExists(string virtualHubName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, virtualHubName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VirtualHub>> GetIfExistsAsync(string virtualHubName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualHubName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string virtualHubName, CancellationToken cancellationToken = default)
232var response = GetIfExists(virtualHubName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualHubName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(virtualHubName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualHubRouteTableV2Container.cs (16)
116public virtual Response<VirtualHubRouteTableV2> Get(string routeTableName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken);
142public async virtual Task<Response<VirtualHubRouteTableV2>> GetAsync(string routeTableName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<VirtualHubRouteTableV2> GetIfExists(string routeTableName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken);
194public async virtual Task<Response<VirtualHubRouteTableV2>> GetIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, routeTableName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string routeTableName, CancellationToken cancellationToken = default)
231var response = GetIfExists(routeTableName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(routeTableName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetwork.cs (16)
90public async virtual Task<Response<VirtualNetwork>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
96var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
111public virtual Response<VirtualNetwork> Get(string expand = null, CancellationToken cancellationToken = default)
117var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
192public virtual async Task<Response<VirtualNetwork>> UpdateTagsAsync(TagsObject parameters, CancellationToken cancellationToken = default)
203var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
217public virtual Response<VirtualNetwork> UpdateTags(TagsObject parameters, CancellationToken cancellationToken = default)
228var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
242public virtual async Task<Response<IPAddressAvailabilityResult>> CheckIPAddressAvailabilityAsync(string ipAddress, CancellationToken cancellationToken = default)
253var response = await _restClient.CheckIPAddressAvailabilityAsync(Id.ResourceGroupName, Id.Name, ipAddress, cancellationToken).ConfigureAwait(false);
267public virtual Response<IPAddressAvailabilityResult> CheckIPAddressAvailability(string ipAddress, CancellationToken cancellationToken = default)
278var response = _restClient.CheckIPAddressAvailability(Id.ResourceGroupName, Id.Name, ipAddress, cancellationToken);
299var response = _restClient.GetUsage(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = _restClient.GetUsageNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
337var response = await _restClient.GetUsageAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
352var response = await _restClient.GetUsageNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkContainer.cs (16)
118public virtual Response<VirtualNetwork> Get(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, virtualNetworkName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<VirtualNetwork>> GetAsync(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualNetworkName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<VirtualNetwork> GetIfExists(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, virtualNetworkName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<VirtualNetwork>> GetIfExistsAsync(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualNetworkName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(virtualNetworkName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(virtualNetworkName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkGateway.cs (16)
89public async virtual Task<Response<VirtualNetworkGateway>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<VirtualNetworkGateway> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
188public virtual async Task<Response<string>> SupportedVpnDevicesAsync(CancellationToken cancellationToken = default)
194var response = await _restClient.SupportedVpnDevicesAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
206public virtual Response<string> SupportedVpnDevices(CancellationToken cancellationToken = default)
212var response = _restClient.SupportedVpnDevices(Id.ResourceGroupName, Id.Name, cancellationToken);
226public virtual async Task<Response<string>> VpnDeviceConfigurationScriptAsync(VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
237var response = await _restClient.VpnDeviceConfigurationScriptAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
251public virtual Response<string> VpnDeviceConfigurationScript(VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
262var response = _restClient.VpnDeviceConfigurationScript(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
283var response = _restClient.GetConnections(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
298var response = _restClient.GetConnectionsNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
321var response = await _restClient.GetConnectionsAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetConnectionsNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkGatewayConnectionContainer.cs (16)
117public virtual Response<VirtualNetworkGatewayConnection> Get(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, virtualNetworkGatewayConnectionName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VirtualNetworkGatewayConnection>> GetAsync(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualNetworkGatewayConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VirtualNetworkGatewayConnection> GetIfExists(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, virtualNetworkGatewayConnectionName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VirtualNetworkGatewayConnection>> GetIfExistsAsync(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualNetworkGatewayConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
232var response = GetIfExists(virtualNetworkGatewayConnectionName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(virtualNetworkGatewayConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkGatewayContainer.cs (16)
117public virtual Response<VirtualNetworkGateway> Get(string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, virtualNetworkGatewayName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VirtualNetworkGateway>> GetAsync(string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualNetworkGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VirtualNetworkGateway> GetIfExists(string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, virtualNetworkGatewayName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VirtualNetworkGateway>> GetIfExistsAsync(string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualNetworkGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
232var response = GetIfExists(virtualNetworkGatewayName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(virtualNetworkGatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkGatewayNatRuleContainer.cs (16)
116public virtual Response<VirtualNetworkGatewayNatRule> Get(string natRuleName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken);
142public async virtual Task<Response<VirtualNetworkGatewayNatRule>> GetAsync(string natRuleName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<VirtualNetworkGatewayNatRule> GetIfExists(string natRuleName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken);
194public async virtual Task<Response<VirtualNetworkGatewayNatRule>> GetIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string natRuleName, CancellationToken cancellationToken = default)
231var response = GetIfExists(natRuleName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(natRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByVirtualNetworkGateway(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByVirtualNetworkGatewayNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByVirtualNetworkGatewayAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByVirtualNetworkGatewayNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkPeeringContainer.cs (16)
118public virtual Response<VirtualNetworkPeering> Get(string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, Id.Name, virtualNetworkPeeringName, cancellationToken: cancellationToken);
144public async virtual Task<Response<VirtualNetworkPeering>> GetAsync(string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, virtualNetworkPeeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
170public virtual Response<VirtualNetworkPeering> GetIfExists(string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
181var response = _restClient.Get(Id.ResourceGroupName, Id.Name, virtualNetworkPeeringName, cancellationToken: cancellationToken);
196public async virtual Task<Response<VirtualNetworkPeering>> GetIfExistsAsync(string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
207var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, virtualNetworkPeeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
222public virtual Response<bool> CheckIfExists(string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
233var response = GetIfExists(virtualNetworkPeeringName, cancellationToken: cancellationToken);
246public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
257var response = await GetIfExistsAsync(virtualNetworkPeeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
278var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
293var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
316var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
331var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualNetworkTap.cs (8)
89public async virtual Task<Response<VirtualNetworkTap>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<VirtualNetworkTap> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<VirtualNetworkTap>> UpdateTagsAsync(TagsObject tapParameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, tapParameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<VirtualNetworkTap> UpdateTags(TagsObject tapParameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, tapParameters, cancellationToken);
Generated\VirtualNetworkTapContainer.cs (16)
117public virtual Response<VirtualNetworkTap> Get(string tapName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, tapName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VirtualNetworkTap>> GetAsync(string tapName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, tapName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VirtualNetworkTap> GetIfExists(string tapName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, tapName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VirtualNetworkTap>> GetIfExistsAsync(string tapName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, tapName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string tapName, CancellationToken cancellationToken = default)
232var response = GetIfExists(tapName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string tapName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(tapName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualRouterContainer.cs (16)
118public virtual Response<VirtualRouter> Get(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, virtualRouterName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<VirtualRouter>> GetAsync(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualRouterName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<VirtualRouter> GetIfExists(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, virtualRouterName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<VirtualRouter>> GetIfExistsAsync(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualRouterName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(virtualRouterName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(virtualRouterName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualRouterPeeringContainer.cs (16)
116public virtual Response<VirtualRouterPeering> Get(string peeringName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken);
142public async virtual Task<Response<VirtualRouterPeering>> GetAsync(string peeringName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<VirtualRouterPeering> GetIfExists(string peeringName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken);
194public async virtual Task<Response<VirtualRouterPeering>> GetIfExistsAsync(string peeringName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string peeringName, CancellationToken cancellationToken = default)
231var response = GetIfExists(peeringName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string peeringName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(peeringName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualWAN.cs (12)
105public async virtual Task<Response<VirtualWAN>> GetAsync(CancellationToken cancellationToken = default)
111var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
125public virtual Response<VirtualWAN> Get(CancellationToken cancellationToken = default)
131var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
206public virtual async Task<Response<VirtualWAN>> UpdateTagsAsync(TagsObject wANParameters, CancellationToken cancellationToken = default)
217var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, wANParameters, cancellationToken).ConfigureAwait(false);
231public virtual Response<VirtualWAN> UpdateTags(TagsObject wANParameters, CancellationToken cancellationToken = default)
242var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, wANParameters, cancellationToken);
254public virtual async Task<Response<VirtualWanSecurityProviders>> GetSupportedSecurityProviderAsync(CancellationToken cancellationToken = default)
260var response = await _supportedSecurityProvidersRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
272public virtual Response<VirtualWanSecurityProviders> GetSupportedSecurityProvider(CancellationToken cancellationToken = default)
278var response = _supportedSecurityProvidersRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\VirtualWANContainer.cs (16)
117public virtual Response<VirtualWAN> Get(string virtualWANName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, virtualWANName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VirtualWAN>> GetAsync(string virtualWANName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualWANName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VirtualWAN> GetIfExists(string virtualWANName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, virtualWANName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VirtualWAN>> GetIfExistsAsync(string virtualWANName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, virtualWANName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string virtualWANName, CancellationToken cancellationToken = default)
232var response = GetIfExists(virtualWANName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string virtualWANName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(virtualWANName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VpnConnection.cs (12)
97public async virtual Task<Response<VpnConnection>> GetAsync(CancellationToken cancellationToken = default)
103var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
117public virtual Response<VpnConnection> Get(CancellationToken cancellationToken = default)
123var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
206var response = _vpnLinkConnectionsRestClient.GetAllByVpnConnection(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
221var response = _vpnLinkConnectionsRestClient.GetAllByVpnConnectionNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
244var response = await _vpnLinkConnectionsRestClient.GetAllByVpnConnectionAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
259var response = await _vpnLinkConnectionsRestClient.GetAllByVpnConnectionNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
272public virtual async Task<Response<VpnSiteLinkConnection>> GetVpnSiteLinkConnectionAsync(CancellationToken cancellationToken = default)
278var response = await _vpnSiteLinkConnectionsRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
290public virtual Response<VpnSiteLinkConnection> GetVpnSiteLinkConnection(CancellationToken cancellationToken = default)
296var response = _vpnSiteLinkConnectionsRestClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken);
Generated\VpnConnectionContainer.cs (16)
116public virtual Response<VpnConnection> Get(string connectionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<VpnConnection>> GetAsync(string connectionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<VpnConnection> GetIfExists(string connectionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<VpnConnection>> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string connectionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(connectionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(connectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByVpnGateway(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByVpnGatewayNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByVpnGatewayAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByVpnGatewayNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VpnGatewayContainer.cs (16)
117public virtual Response<VpnGateway> Get(string gatewayName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VpnGateway>> GetAsync(string gatewayName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VpnGateway> GetIfExists(string gatewayName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VpnGateway>> GetIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, gatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string gatewayName, CancellationToken cancellationToken = default)
232var response = GetIfExists(gatewayName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(gatewayName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VpnGatewayNatRuleContainer.cs (16)
116public virtual Response<VpnGatewayNatRule> Get(string natRuleName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken);
142public async virtual Task<Response<VpnGatewayNatRule>> GetAsync(string natRuleName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<VpnGatewayNatRule> GetIfExists(string natRuleName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken);
194public async virtual Task<Response<VpnGatewayNatRule>> GetIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, natRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string natRuleName, CancellationToken cancellationToken = default)
231var response = GetIfExists(natRuleName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(natRuleName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByVpnGateway(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByVpnGatewayNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByVpnGatewayAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByVpnGatewayNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VpnServerConfiguration.cs (8)
89public async virtual Task<Response<VpnServerConfiguration>> GetAsync(CancellationToken cancellationToken = default)
95var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
109public virtual Response<VpnServerConfiguration> Get(CancellationToken cancellationToken = default)
115var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
190public virtual async Task<Response<VpnServerConfiguration>> UpdateTagsAsync(TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
201var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, vpnServerConfigurationParameters, cancellationToken).ConfigureAwait(false);
215public virtual Response<VpnServerConfiguration> UpdateTags(TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
226var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, vpnServerConfigurationParameters, cancellationToken);
Generated\VpnServerConfigurationContainer.cs (16)
117public virtual Response<VpnServerConfiguration> Get(string vpnServerConfigurationName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, vpnServerConfigurationName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VpnServerConfiguration>> GetAsync(string vpnServerConfigurationName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, vpnServerConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VpnServerConfiguration> GetIfExists(string vpnServerConfigurationName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, vpnServerConfigurationName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VpnServerConfiguration>> GetIfExistsAsync(string vpnServerConfigurationName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, vpnServerConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string vpnServerConfigurationName, CancellationToken cancellationToken = default)
232var response = GetIfExists(vpnServerConfigurationName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string vpnServerConfigurationName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(vpnServerConfigurationName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VpnSite.cs (16)
93public async virtual Task<Response<VpnSite>> GetAsync(CancellationToken cancellationToken = default)
99var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
113public virtual Response<VpnSite> Get(CancellationToken cancellationToken = default)
119var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
194public virtual async Task<Response<VpnSite>> UpdateTagsAsync(TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
205var response = await _restClient.UpdateTagsAsync(Id.ResourceGroupName, Id.Name, vpnSiteParameters, cancellationToken).ConfigureAwait(false);
219public virtual Response<VpnSite> UpdateTags(TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
230var response = _restClient.UpdateTags(Id.ResourceGroupName, Id.Name, vpnSiteParameters, cancellationToken);
242public virtual async Task<Response<VpnSiteLink>> GetVpnSiteLinkAsync(CancellationToken cancellationToken = default)
248var response = await _vpnSiteLinksRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
260public virtual Response<VpnSiteLink> GetVpnSiteLink(CancellationToken cancellationToken = default)
266var response = _vpnSiteLinksRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
287var response = _vpnSiteLinksRestClient.GetAllByVpnSite(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
302var response = _vpnSiteLinksRestClient.GetAllByVpnSiteNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
325var response = await _vpnSiteLinksRestClient.GetAllByVpnSiteAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
340var response = await _vpnSiteLinksRestClient.GetAllByVpnSiteNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VpnSiteContainer.cs (16)
117public virtual Response<VpnSite> Get(string vpnSiteName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, vpnSiteName, cancellationToken: cancellationToken);
143public async virtual Task<Response<VpnSite>> GetAsync(string vpnSiteName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, vpnSiteName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<VpnSite> GetIfExists(string vpnSiteName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, vpnSiteName, cancellationToken: cancellationToken);
195public async virtual Task<Response<VpnSite>> GetIfExistsAsync(string vpnSiteName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, vpnSiteName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string vpnSiteName, CancellationToken cancellationToken = default)
232var response = GetIfExists(vpnSiteName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string vpnSiteName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(vpnSiteName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\WebApplicationFirewallPolicyContainer.cs (18)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, policyName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, policyName, parameters, cancellationToken).ConfigureAwait(false);
117public virtual Response<WebApplicationFirewallPolicy> Get(string policyName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, policyName, cancellationToken: cancellationToken);
143public async virtual Task<Response<WebApplicationFirewallPolicy>> GetAsync(string policyName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, policyName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<WebApplicationFirewallPolicy> GetIfExists(string policyName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, policyName, cancellationToken: cancellationToken);
195public async virtual Task<Response<WebApplicationFirewallPolicy>> GetIfExistsAsync(string policyName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, policyName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string policyName, CancellationToken cancellationToken = default)
232var response = GetIfExists(policyName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string policyName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(policyName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\BackupLongTermRetentionPoliciesOperations.cs (4)
47public virtual async Task<Response<BackupLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
68public virtual Response<BackupLongTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<BackupLongTermRetentionPolicy>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
108public virtual Response<BackupLongTermRetentionPolicy> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\BackupLongTermRetentionPoliciesRestOperations.cs (4)
76public async Task<Response<BackupLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<BackupLongTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
278public async Task<Response<BackupLongTermRetentionPolicy>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
315public Response<BackupLongTermRetentionPolicy> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\BackupShortTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<BackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<BackupShortTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\BackupShortTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<BackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<BackupShortTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
383public async Task<Response<BackupShortTermRetentionPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
420public Response<BackupShortTermRetentionPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
471public async Task<Response<BackupShortTermRetentionPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
513public Response<BackupShortTermRetentionPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DatabaseAutomaticTuningOperations.cs (4)
46public virtual async Task<Response<DatabaseAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
66public virtual Response<DatabaseAutomaticTuning> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<DatabaseAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
108public virtual Response<DatabaseAutomaticTuning> Update(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\DatabaseAutomaticTuningRestOperations.cs (4)
74public async Task<Response<DatabaseAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
111public Response<DatabaseAutomaticTuning> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
175public async Task<Response<DatabaseAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
217public Response<DatabaseAutomaticTuning> Update(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\DatabaseBlobAuditingPoliciesOperations.cs (8)
47public virtual async Task<Response<DatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<DatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<DatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
109public virtual Response<DatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
151var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
166var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
205var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
220var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DatabaseBlobAuditingPoliciesRestOperations.cs (8)
75public async Task<Response<DatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
112public Response<DatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
177public async Task<Response<DatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
220public Response<DatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
284public async Task<Response<DatabaseBlobAuditingPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
321public Response<DatabaseBlobAuditingPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
372public async Task<Response<DatabaseBlobAuditingPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
414public Response<DatabaseBlobAuditingPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DatabaseOperations.cs (4)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DatabaseRestOperations.cs (4)
163public async Task<Response<DatabaseOperationListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
200public Response<DatabaseOperationListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
251public async Task<Response<DatabaseOperationListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
293public Response<DatabaseOperationListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DatabasesOperations.cs (14)
47public virtual async Task<Response<Database>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<Database> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
156var response = await RestClient.ListMetricsAsync(resourceGroupName, serverName, databaseName, filter, cancellationToken).ConfigureAwait(false);
200var response = RestClient.ListMetrics(resourceGroupName, serverName, databaseName, filter, cancellationToken);
239var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
278var response = RestClient.ListMetricDefinitions(resourceGroupName, serverName, databaseName, cancellationToken);
312var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
327var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
361var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
376var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
415var response = await RestClient.ListByElasticPoolAsync(resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
430var response = await RestClient.ListByElasticPoolNextPageAsync(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
469var response = RestClient.ListByElasticPool(resourceGroupName, serverName, elasticPoolName, cancellationToken);
484var response = RestClient.ListByElasticPoolNextPage(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken);
Generated\DatabasesRestOperations.cs (14)
373public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string serverName, string databaseName, string filter, CancellationToken cancellationToken = default)
415public Response<MetricListResult> ListMetrics(string resourceGroupName, string serverName, string databaseName, string filter, CancellationToken cancellationToken = default)
478public async Task<Response<MetricDefinitionListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
515public Response<MetricDefinitionListResult> ListMetricDefinitions(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
571public async Task<Response<DatabaseListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
603public Response<DatabaseListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
657public async Task<Response<Database>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
694public Response<Database> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1045public async Task<Response<DatabaseListResult>> ListByElasticPoolAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
1082public Response<DatabaseListResult> ListByElasticPool(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
1587public async Task<Response<DatabaseListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
1624public Response<DatabaseListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
1675public async Task<Response<DatabaseListResult>> ListByElasticPoolNextPageAsync(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
1717public Response<DatabaseListResult> ListByElasticPoolNextPage(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
Generated\DatabaseThreatDetectionPoliciesOperations.cs (4)
47public virtual async Task<Response<DatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
68public virtual Response<DatabaseSecurityAlertPolicy> Get(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
90public virtual async Task<Response<DatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
112public virtual Response<DatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
Generated\DatabaseThreatDetectionPoliciesRestOperations.cs (4)
76public async Task<Response<DatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
114public Response<DatabaseSecurityAlertPolicy> Get(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
180public async Task<Response<DatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
224public Response<DatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentRuleBaselinesOperations.cs (4)
49public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
72public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
96public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
120public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentRuleBaselinesRestOperations.cs (4)
82public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
126public Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
202public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
251public Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentScansOperations.cs (8)
49public virtual async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
71public virtual Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
93public virtual async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
115public virtual Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
158var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
173var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
213var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken);
228var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken);
Generated\DatabaseVulnerabilityAssessmentScansRestOperations.cs (8)
77public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
115public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
179public async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
222public Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
394public async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
438public Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
495public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
538public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentsOperations.cs (8)
48public virtual async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
69public virtual Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
113public virtual Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
266var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DatabaseVulnerabilityAssessmentsRestOperations.cs (8)
76public async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
114public Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
180public async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
224public Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
376public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
413public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
464public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
506public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DataMaskingPoliciesOperations.cs (4)
47public virtual async Task<Response<DataMaskingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
68public virtual Response<DataMaskingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
88public virtual async Task<Response<DataMaskingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
108public virtual Response<DataMaskingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DataMaskingPoliciesRestOperations.cs (4)
80public async Task<Response<DataMaskingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
122public Response<DataMaskingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
186public async Task<Response<DataMaskingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
223public Response<DataMaskingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DataMaskingRulesOperations.cs (4)
49public virtual async Task<Response<DataMaskingRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
71public virtual Response<DataMaskingRule> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
113var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
152var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DataMaskingRulesRestOperations.cs (4)
83public async Task<Response<DataMaskingRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
131public Response<DataMaskingRule> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
201public async Task<Response<DataMaskingRuleListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
238public Response<DataMaskingRuleListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\ElasticPoolOperations.cs (4)
111var response = await RestClient.ListByElasticPoolAsync(resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByElasticPoolNextPageAsync(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByElasticPool(resourceGroupName, serverName, elasticPoolName, cancellationToken);
180var response = RestClient.ListByElasticPoolNextPage(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken);
Generated\ElasticPoolRestOperations.cs (4)
163public async Task<Response<ElasticPoolOperationListResult>> ListByElasticPoolAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
200public Response<ElasticPoolOperationListResult> ListByElasticPool(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
251public async Task<Response<ElasticPoolOperationListResult>> ListByElasticPoolNextPageAsync(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
293public Response<ElasticPoolOperationListResult> ListByElasticPoolNextPage(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
Generated\ElasticPoolsOperations.cs (10)
47public virtual async Task<Response<ElasticPool>> GetAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
67public virtual Response<ElasticPool> Get(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
114var response = await RestClient.ListMetricsAsync(resourceGroupName, serverName, elasticPoolName, filter, cancellationToken).ConfigureAwait(false);
158var response = RestClient.ListMetrics(resourceGroupName, serverName, elasticPoolName, filter, cancellationToken);
197var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
236var response = RestClient.ListMetricDefinitions(resourceGroupName, serverName, elasticPoolName, cancellationToken);
271var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, skip, cancellationToken).ConfigureAwait(false);
286var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, skip, cancellationToken).ConfigureAwait(false);
321var response = RestClient.ListByServer(resourceGroupName, serverName, skip, cancellationToken);
336var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, skip, cancellationToken);
Generated\ElasticPoolsRestOperations.cs (10)
76public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string serverName, string elasticPoolName, string filter, CancellationToken cancellationToken = default)
118public Response<MetricListResult> ListMetrics(string resourceGroupName, string serverName, string elasticPoolName, string filter, CancellationToken cancellationToken = default)
181public async Task<Response<MetricDefinitionListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
218public Response<MetricDefinitionListResult> ListMetricDefinitions(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
279public async Task<Response<ElasticPoolListResult>> ListByServerAsync(string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
312public Response<ElasticPoolListResult> ListByServer(string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
366public async Task<Response<ElasticPool>> GetAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
403public Response<ElasticPool> Get(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
833public async Task<Response<ElasticPoolListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
871public Response<ElasticPoolListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
Generated\EncryptionProtectorsOperations.cs (6)
47public virtual async Task<Response<EncryptionProtector>> GetAsync(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
67public virtual Response<EncryptionProtector> Get(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\EncryptionProtectorsRestOperations.cs (6)
150public async Task<Response<EncryptionProtectorListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
182public Response<EncryptionProtectorListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
236public async Task<Response<EncryptionProtector>> GetAsync(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
269public Response<EncryptionProtector> Get(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
408public async Task<Response<EncryptionProtectorListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
445public Response<EncryptionProtectorListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ExtendedDatabaseBlobAuditingPoliciesOperations.cs (8)
47public virtual async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<ExtendedDatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
109public virtual Response<ExtendedDatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
151var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
166var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
205var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
220var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\ExtendedDatabaseBlobAuditingPoliciesRestOperations.cs (8)
75public async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
112public Response<ExtendedDatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
177public async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
220public Response<ExtendedDatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
284public async Task<Response<ExtendedDatabaseBlobAuditingPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
321public Response<ExtendedDatabaseBlobAuditingPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
372public async Task<Response<ExtendedDatabaseBlobAuditingPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
414public Response<ExtendedDatabaseBlobAuditingPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\ExtendedServerBlobAuditingPoliciesOperations.cs (6)
46public virtual async Task<Response<ExtendedServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
65public virtual Response<ExtendedServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
102var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
117var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
151var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
166var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ExtendedServerBlobAuditingPoliciesRestOperations.cs (6)
72public async Task<Response<ExtendedServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
104public Response<ExtendedServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
247public async Task<Response<ExtendedServerBlobAuditingPolicyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
279public Response<ExtendedServerBlobAuditingPolicyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
325public async Task<Response<ExtendedServerBlobAuditingPolicyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
362public Response<ExtendedServerBlobAuditingPolicyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\FailoverGroupsOperations.cs (6)
47public virtual async Task<Response<FailoverGroup>> GetAsync(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
67public virtual Response<FailoverGroup> Get(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\FailoverGroupsRestOperations.cs (6)
73public async Task<Response<FailoverGroup>> GetAsync(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
110public Response<FailoverGroup> Get(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
458public async Task<Response<FailoverGroupListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
490public Response<FailoverGroupListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
712public async Task<Response<FailoverGroupListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
749public Response<FailoverGroupListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\FirewallRulesOperations.cs (6)
48public virtual async Task<Response<FirewallRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
69public virtual Response<FirewallRule> CreateOrUpdate(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
129public virtual async Task<Response<FirewallRule>> GetAsync(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
149public virtual Response<FirewallRule> Get(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
186var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
220var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\FirewallRulesRestOperations.cs (6)
78public async Task<Response<FirewallRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
121public Response<FirewallRule> CreateOrUpdate(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
270public async Task<Response<FirewallRule>> GetAsync(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
307public Response<FirewallRule> Get(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
363public async Task<Response<FirewallRuleListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
395public Response<FirewallRuleListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\GeoBackupPoliciesOperations.cs (6)
49public virtual async Task<Response<GeoBackupPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
71public virtual Response<GeoBackupPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
92public virtual async Task<Response<GeoBackupPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
113public virtual Response<GeoBackupPolicy> Get(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
155var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
194var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\GeoBackupPoliciesRestOperations.cs (6)
81public async Task<Response<GeoBackupPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
125public Response<GeoBackupPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
191public async Task<Response<GeoBackupPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
229public Response<GeoBackupPolicy> Get(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
288public async Task<Response<GeoBackupPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
325public Response<GeoBackupPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\InstanceFailoverGroupsOperations.cs (6)
47public virtual async Task<Response<InstanceFailoverGroup>> GetAsync(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
67public virtual Response<InstanceFailoverGroup> Get(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByLocationAsync(resourceGroupName, locationName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByLocationNextPageAsync(nextLink, resourceGroupName, locationName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByLocation(resourceGroupName, locationName, cancellationToken);
168var response = RestClient.ListByLocationNextPage(nextLink, resourceGroupName, locationName, cancellationToken);
Generated\InstanceFailoverGroupsRestOperations.cs (6)
73public async Task<Response<InstanceFailoverGroup>> GetAsync(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
110public Response<InstanceFailoverGroup> Get(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
357public async Task<Response<InstanceFailoverGroupListResult>> ListByLocationAsync(string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
389public Response<InstanceFailoverGroupListResult> ListByLocation(string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
611public async Task<Response<InstanceFailoverGroupListResult>> ListByLocationNextPageAsync(string nextLink, string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
648public Response<InstanceFailoverGroupListResult> ListByLocationNextPage(string nextLink, string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
Generated\InstancePoolsOperations.cs (10)
46public virtual async Task<Response<InstancePool>> GetAsync(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
65public virtual Response<InstancePool> Get(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
156var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
178var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
193var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
215var response = RestClient.List(cancellationToken);
230var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\InstancePoolsRestOperations.cs (10)
70public async Task<Response<InstancePool>> GetAsync(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
102public Response<InstancePool> Get(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
407public async Task<Response<InstancePoolListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
434public Response<InstancePoolListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
475public async Task<Response<InstancePoolListResult>> ListAsync(CancellationToken cancellationToken = default)
495public Response<InstancePoolListResult> List(CancellationToken cancellationToken = default)
531public async Task<Response<InstancePoolListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
563public Response<InstancePoolListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
607public async Task<Response<InstancePoolListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
634public Response<InstancePoolListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\JobAgentsOperations.cs (6)
47public virtual async Task<Response<JobAgent>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
67public virtual Response<JobAgent> Get(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\JobAgentsRestOperations.cs (6)
71public async Task<Response<JobAgentListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<JobAgentListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
157public async Task<Response<JobAgent>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
194public Response<JobAgent> Get(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
536public async Task<Response<JobAgentListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
573public Response<JobAgentListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\JobCredentialsOperations.cs (8)
48public virtual async Task<Response<JobCredential>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
69public virtual Response<JobCredential> Get(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<JobCredential>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
113public virtual Response<JobCredential> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, cancellationToken);
266var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken);
Generated\JobCredentialsRestOperations.cs (8)
74public async Task<Response<JobCredentialListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
111public Response<JobCredentialListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
172public async Task<Response<JobCredential>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
214public Response<JobCredential> Get(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
284public async Task<Response<JobCredential>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
332public Response<JobCredential> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
490public async Task<Response<JobCredentialListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
532public Response<JobCredentialListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
Generated\JobExecutionsOperations.cs (10)
93public virtual async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
115public virtual Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
164var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
179var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
225var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
240var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
291var response = await RestClient.ListByJobAsync(resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
306var response = await RestClient.ListByJobNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
357var response = RestClient.ListByJob(resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
372var response = RestClient.ListByJobNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
Generated\JobExecutionsRestOperations.cs (10)
109public async Task<Response<JobExecutionListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
153public Response<JobExecutionListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
451public async Task<Response<JobExecutionListResult>> ListByJobAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
500public Response<JobExecutionListResult> ListByJob(string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
568public async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
611public Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
778public async Task<Response<JobExecutionListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
827public Response<JobExecutionListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
890public async Task<Response<JobExecutionListResult>> ListByJobNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
944public Response<JobExecutionListResult> ListByJobNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
Generated\JobsOperations.cs (8)
48public virtual async Task<Response<Job>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
69public virtual Response<Job> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<Job>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
113public virtual Response<Job> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, cancellationToken);
266var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken);
Generated\JobsRestOperations.cs (8)
74public async Task<Response<JobListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
111public Response<JobListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
172public async Task<Response<Job>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
214public Response<Job> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
284public async Task<Response<Job>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
332public Response<Job> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
490public async Task<Response<JobListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
532public Response<JobListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
Generated\JobStepExecutionsOperations.cs (6)
50public virtual async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
73public virtual Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
128var response = await RestClient.ListByJobExecutionAsync(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
143var response = await RestClient.ListByJobExecutionNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
195var response = RestClient.ListByJobExecution(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
210var response = RestClient.ListByJobExecutionNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
Generated\JobStepExecutionsRestOperations.cs (6)
115public async Task<Response<JobExecutionListResult>> ListByJobExecutionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
165public Response<JobExecutionListResult> ListByJobExecution(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
236public async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
284public Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
352public async Task<Response<JobExecutionListResult>> ListByJobExecutionNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
407public Response<JobExecutionListResult> ListByJobExecutionNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
Generated\JobStepsOperations.cs (14)
50public virtual async Task<Response<JobStep>> GetByVersionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
73public virtual Response<JobStep> GetByVersion(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
95public virtual async Task<Response<JobStep>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
117public virtual Response<JobStep> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
140public virtual async Task<Response<JobStep>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
163public virtual Response<JobStep> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
255var response = await RestClient.ListByVersionAsync(resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken).ConfigureAwait(false);
270var response = await RestClient.ListByVersionNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken).ConfigureAwait(false);
315var response = RestClient.ListByVersion(resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken);
330var response = RestClient.ListByVersionNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken);
374var response = await RestClient.ListByJobAsync(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
389var response = await RestClient.ListByJobNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
433var response = RestClient.ListByJob(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
448var response = RestClient.ListByJobNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
Generated\JobStepsRestOperations.cs (14)
80public async Task<Response<JobStepListResult>> ListByVersionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
123public Response<JobStepListResult> ListByVersion(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
194public async Task<Response<JobStep>> GetByVersionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
242public Response<JobStep> GetByVersion(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
312public async Task<Response<JobStepListResult>> ListByJobAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
354public Response<JobStepListResult> ListByJob(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
422public async Task<Response<JobStep>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
469public Response<JobStep> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
546public async Task<Response<JobStep>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
599public Response<JobStep> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
775public async Task<Response<JobStepListResult>> ListByVersionNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
823public Response<JobStepListResult> ListByVersionNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
883public async Task<Response<JobStepListResult>> ListByJobNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
930public Response<JobStepListResult> ListByJobNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
Generated\JobTargetExecutionsOperations.cs (10)
51public virtual async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
75public virtual Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
130var response = await RestClient.ListByJobExecutionAsync(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
145var response = await RestClient.ListByJobExecutionNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
197var response = RestClient.ListByJobExecution(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
212var response = RestClient.ListByJobExecutionNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
269var response = await RestClient.ListByStepAsync(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
284var response = await RestClient.ListByStepNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
341var response = RestClient.ListByStep(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
356var response = RestClient.ListByStepNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
Generated\JobTargetExecutionsRestOperations.cs (10)
115public async Task<Response<JobExecutionListResult>> ListByJobExecutionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
165public Response<JobExecutionListResult> ListByJobExecution(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
272public async Task<Response<JobExecutionListResult>> ListByStepAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
327public Response<JobExecutionListResult> ListByStep(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
405public async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
454public Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
522public async Task<Response<JobExecutionListResult>> ListByJobExecutionNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
577public Response<JobExecutionListResult> ListByJobExecutionNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
646public async Task<Response<JobExecutionListResult>> ListByStepNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
706public Response<JobExecutionListResult> ListByStepNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
Generated\JobTargetGroupsOperations.cs (8)
48public virtual async Task<Response<JobTargetGroup>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
69public virtual Response<JobTargetGroup> Get(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<JobTargetGroup>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
113public virtual Response<JobTargetGroup> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, cancellationToken);
266var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken);
Generated\JobTargetGroupsRestOperations.cs (8)
74public async Task<Response<JobTargetGroupListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
111public Response<JobTargetGroupListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
172public async Task<Response<JobTargetGroup>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
214public Response<JobTargetGroup> Get(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
284public async Task<Response<JobTargetGroup>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
332public Response<JobTargetGroup> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
490public async Task<Response<JobTargetGroupListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
532public Response<JobTargetGroupListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
Generated\JobVersionsOperations.cs (6)
49public virtual async Task<Response<JobVersion>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
71public virtual Response<JobVersion> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
118var response = await RestClient.ListByJobAsync(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
133var response = await RestClient.ListByJobNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListByJob(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
192var response = RestClient.ListByJobNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
Generated\JobVersionsRestOperations.cs (6)
77public async Task<Response<JobVersionListResult>> ListByJobAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
119public Response<JobVersionListResult> ListByJob(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
187public async Task<Response<JobVersion>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
230public Response<JobVersion> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
286public async Task<Response<JobVersionListResult>> ListByJobNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
333public Response<JobVersionListResult> ListByJobNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
Generated\LongTermRetentionBackupsOperations.cs (28)
49public virtual async Task<Response<LongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
71public virtual Response<LongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
92public virtual async Task<Response<LongTermRetentionBackup>> GetAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
113public virtual Response<LongTermRetentionBackup> Get(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
162var response = await RestClient.ListByResourceGroupDatabaseAsync(resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
177var response = await RestClient.ListByResourceGroupDatabaseNextPageAsync(nextLink, resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
223var response = RestClient.ListByResourceGroupDatabase(resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
238var response = RestClient.ListByResourceGroupDatabaseNextPage(nextLink, resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
274var response = await RestClient.ListByResourceGroupLocationAsync(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
289var response = await RestClient.ListByResourceGroupLocationNextPageAsync(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
325var response = RestClient.ListByResourceGroupLocation(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
340var response = RestClient.ListByResourceGroupLocationNextPage(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
381var response = await RestClient.ListByResourceGroupServerAsync(resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
396var response = await RestClient.ListByResourceGroupServerNextPageAsync(nextLink, resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
437var response = RestClient.ListByResourceGroupServer(resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
452var response = RestClient.ListByResourceGroupServerNextPage(nextLink, resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
493var response = await RestClient.ListByDatabaseAsync(locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
508var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
549var response = RestClient.ListByDatabase(locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
564var response = RestClient.ListByDatabaseNextPage(nextLink, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
595var response = await RestClient.ListByLocationAsync(locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
610var response = await RestClient.ListByLocationNextPageAsync(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
641var response = RestClient.ListByLocation(locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
656var response = RestClient.ListByLocationNextPage(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
692var response = await RestClient.ListByServerAsync(locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
707var response = await RestClient.ListByServerNextPageAsync(nextLink, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
743var response = RestClient.ListByServer(locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
758var response = RestClient.ListByServerNextPage(nextLink, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
Generated\LongTermRetentionBackupsRestOperations.cs (28)
79public async Task<Response<LongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
126public Response<LongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
316public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupDatabaseAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
360public Response<LongTermRetentionBackupListResult> ListByResourceGroupDatabase(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
430public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupLocationAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
464public Response<LongTermRetentionBackupListResult> ListByResourceGroupLocation(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
529public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupServerAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
568public Response<LongTermRetentionBackupListResult> ListByResourceGroupServer(string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
629public async Task<Response<LongTermRetentionBackup>> GetAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
671public Response<LongTermRetentionBackup> Get(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
842public async Task<Response<LongTermRetentionBackupListResult>> ListByDatabaseAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
881public Response<LongTermRetentionBackupListResult> ListByDatabase(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
944public async Task<Response<LongTermRetentionBackupListResult>> ListByLocationAsync(string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
973public Response<LongTermRetentionBackupListResult> ListByLocation(string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1031public async Task<Response<LongTermRetentionBackupListResult>> ListByServerAsync(string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1065public Response<LongTermRetentionBackupListResult> ListByServer(string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1115public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupDatabaseNextPageAsync(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1164public Response<LongTermRetentionBackupListResult> ListByResourceGroupDatabaseNextPage(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1224public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupLocationNextPageAsync(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1263public Response<LongTermRetentionBackupListResult> ListByResourceGroupLocationNextPage(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1316public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupServerNextPageAsync(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1360public Response<LongTermRetentionBackupListResult> ListByResourceGroupServerNextPage(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1417public async Task<Response<LongTermRetentionBackupListResult>> ListByDatabaseNextPageAsync(string nextLink, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1461public Response<LongTermRetentionBackupListResult> ListByDatabaseNextPage(string nextLink, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1516public async Task<Response<LongTermRetentionBackupListResult>> ListByLocationNextPageAsync(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1550public Response<LongTermRetentionBackupListResult> ListByLocationNextPage(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1598public async Task<Response<LongTermRetentionBackupListResult>> ListByServerNextPageAsync(string nextLink, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1637public Response<LongTermRetentionBackupListResult> ListByServerNextPage(string nextLink, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
Generated\LongTermRetentionManagedInstanceBackupsOperations.cs (28)
48public virtual async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetAsync(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedInstanceLongTermRetentionBackup> Get(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
113public virtual Response<ManagedInstanceLongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
157var response = await RestClient.ListByDatabaseAsync(locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
172var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
213var response = RestClient.ListByDatabase(locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
228var response = RestClient.ListByDatabaseNextPage(nextLink, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
264var response = await RestClient.ListByInstanceAsync(locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
279var response = await RestClient.ListByInstanceNextPageAsync(nextLink, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
315var response = RestClient.ListByInstance(locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
330var response = RestClient.ListByInstanceNextPage(nextLink, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
361var response = await RestClient.ListByLocationAsync(locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
376var response = await RestClient.ListByLocationNextPageAsync(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
407var response = RestClient.ListByLocation(locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
422var response = RestClient.ListByLocationNextPage(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
468var response = await RestClient.ListByResourceGroupDatabaseAsync(resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
483var response = await RestClient.ListByResourceGroupDatabaseNextPageAsync(nextLink, resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
529var response = RestClient.ListByResourceGroupDatabase(resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
544var response = RestClient.ListByResourceGroupDatabaseNextPage(nextLink, resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
585var response = await RestClient.ListByResourceGroupInstanceAsync(resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
600var response = await RestClient.ListByResourceGroupInstanceNextPageAsync(nextLink, resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
641var response = RestClient.ListByResourceGroupInstance(resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
656var response = RestClient.ListByResourceGroupInstanceNextPage(nextLink, resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
692var response = await RestClient.ListByResourceGroupLocationAsync(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
707var response = await RestClient.ListByResourceGroupLocationNextPageAsync(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
743var response = RestClient.ListByResourceGroupLocation(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
758var response = RestClient.ListByResourceGroupLocationNextPage(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
Generated\LongTermRetentionManagedInstanceBackupsRestOperations.cs (28)
76public async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetAsync(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
118public Response<ManagedInstanceLongTermRetentionBackup> Get(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
289public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByDatabaseAsync(string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
328public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByDatabase(string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
394public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByInstanceAsync(string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
428public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByInstance(string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
487public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByLocationAsync(string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
516public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByLocation(string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
572public async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
619public Response<ManagedInstanceLongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
809public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupDatabaseAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
853public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupDatabase(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
926public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupInstanceAsync(string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
965public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupInstance(string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1031public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupLocationAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1065public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupLocation(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1114public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByDatabaseNextPageAsync(string nextLink, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1158public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByDatabaseNextPage(string nextLink, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1214public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByInstanceNextPageAsync(string nextLink, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1253public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByInstanceNextPage(string nextLink, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1304public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByLocationNextPageAsync(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1338public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByLocationNextPage(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1388public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupDatabaseNextPageAsync(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1437public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupDatabaseNextPage(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1498public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupInstanceNextPageAsync(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1542public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupInstanceNextPage(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1598public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupLocationNextPageAsync(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1637public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupLocationNextPage(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
Generated\ManagedBackupShortTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedBackupShortTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
383public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
420public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
471public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
513public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseSecurityAlertPoliciesOperations.cs (8)
48public virtual async Task<Response<ManagedDatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedDatabaseSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<ManagedDatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
113public virtual Response<ManagedDatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
155var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
170var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
209var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
224var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedDatabaseSecurityAlertPoliciesRestOperations.cs (8)
76public async Task<Response<ManagedDatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
114public Response<ManagedDatabaseSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
180public async Task<Response<ManagedDatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
224public Response<ManagedDatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
288public async Task<Response<ManagedDatabaseSecurityAlertPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
325public Response<ManagedDatabaseSecurityAlertPolicyListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
376public async Task<Response<ManagedDatabaseSecurityAlertPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
418public Response<ManagedDatabaseSecurityAlertPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseSensitivityLabelsOperations.cs (12)
51public virtual async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
75public virtual Response<SensitivityLabel> Get(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
99public virtual async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
123public virtual Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
304var response = await RestClient.ListCurrentByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken).ConfigureAwait(false);
319var response = await RestClient.ListCurrentByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken).ConfigureAwait(false);
359var response = RestClient.ListCurrentByDatabase(resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken);
374var response = RestClient.ListCurrentByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken);
416var response = await RestClient.ListRecommendedByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
431var response = await RestClient.ListRecommendedByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
473var response = RestClient.ListRecommendedByDatabase(resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
488var response = RestClient.ListRecommendedByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
Generated\ManagedDatabaseSensitivityLabelsRestOperations.cs (12)
85public async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
138public Response<SensitivityLabel> Get(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
224public async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
282public Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
731public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
769public Response<SensitivityLabelListResult> ListCurrentByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
843public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
883public Response<SensitivityLabelListResult> ListRecommendedByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
935public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
978public Response<SensitivityLabelListResult> ListCurrentByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
1036public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
1081public Response<SensitivityLabelListResult> ListRecommendedByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
Generated\ManagedDatabasesOperations.cs (10)
47public virtual async Task<Response<ManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
202var response = await RestClient.ListInaccessibleByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
217var response = await RestClient.ListInaccessibleByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListInaccessibleByInstance(resourceGroupName, managedInstanceName, cancellationToken);
266var response = RestClient.ListInaccessibleByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedDatabasesRestOperations.cs (10)
71public async Task<Response<ManagedDatabaseListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<ManagedDatabaseListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
157public async Task<Response<ManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
194public Response<ManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
542public async Task<Response<ManagedDatabaseListResult>> ListInaccessibleByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
574public Response<ManagedDatabaseListResult> ListInaccessibleByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
721public async Task<Response<ManagedDatabaseListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
758public Response<ManagedDatabaseListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
808public async Task<Response<ManagedDatabaseListResult>> ListInaccessibleByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
845public Response<ManagedDatabaseListResult> ListInaccessibleByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperations.cs (4)
49public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
72public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
96public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
120public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentRuleBaselinesRestOperations.cs (4)
82public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
126public Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
202public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
251public Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentScansOperations.cs (8)
49public virtual async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
71public virtual Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
93public virtual async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
115public virtual Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
158var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
173var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
213var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken);
228var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken);
Generated\ManagedDatabaseVulnerabilityAssessmentScansRestOperations.cs (8)
77public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
115public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
179public async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
222public Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
394public async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
438public Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
495public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
538public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentsOperations.cs (8)
48public virtual async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
69public virtual Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
113public virtual Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
266var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedDatabaseVulnerabilityAssessmentsRestOperations.cs (8)
76public async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
114public Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
180public async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
224public Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
376public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
413public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
464public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
506public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceAdministratorsOperations.cs (6)
46public virtual async Task<Response<ManagedInstanceAdministrator>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
65public virtual Response<ManagedInstanceAdministrator> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
102var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
117var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
151var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
166var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceAdministratorsRestOperations.cs (6)
71public async Task<Response<ManagedInstanceAdministratorListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<ManagedInstanceAdministratorListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
156public async Task<Response<ManagedInstanceAdministrator>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
188public Response<ManagedInstanceAdministrator> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
403public async Task<Response<ManagedInstanceAdministratorListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
440public Response<ManagedInstanceAdministratorListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceEncryptionProtectorsOperations.cs (6)
47public virtual async Task<Response<ManagedInstanceEncryptionProtector>> GetAsync(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedInstanceEncryptionProtector> Get(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceEncryptionProtectorsRestOperations.cs (6)
150public async Task<Response<ManagedInstanceEncryptionProtectorListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
182public Response<ManagedInstanceEncryptionProtectorListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
236public async Task<Response<ManagedInstanceEncryptionProtector>> GetAsync(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
269public Response<ManagedInstanceEncryptionProtector> Get(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
408public async Task<Response<ManagedInstanceEncryptionProtectorListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
445public Response<ManagedInstanceEncryptionProtectorListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceKeysOperations.cs (6)
47public virtual async Task<Response<ManagedInstanceKey>> GetAsync(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedInstanceKey> Get(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
105var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, filter, cancellationToken).ConfigureAwait(false);
120var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, filter, cancellationToken).ConfigureAwait(false);
155var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, filter, cancellationToken);
170var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, filter, cancellationToken);
Generated\ManagedInstanceKeysRestOperations.cs (6)
76public async Task<Response<ManagedInstanceKeyListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
109public Response<ManagedInstanceKeyListResult> ListByInstance(string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
163public async Task<Response<ManagedInstanceKey>> GetAsync(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
200public Response<ManagedInstanceKey> Get(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
442public async Task<Response<ManagedInstanceKeyListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
480public Response<ManagedInstanceKeyListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
Generated\ManagedInstanceLongTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<ManagedInstanceLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedInstanceLongTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedInstanceLongTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<ManagedInstanceLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<ManagedInstanceLongTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
278public async Task<Response<ManagedInstanceLongTermRetentionPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
315public Response<ManagedInstanceLongTermRetentionPolicyListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
366public async Task<Response<ManagedInstanceLongTermRetentionPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
408public Response<ManagedInstanceLongTermRetentionPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceOperations.cs (6)
87public virtual async Task<Response<ManagedInstanceOperation>> GetAsync(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
107public virtual Response<ManagedInstanceOperation> Get(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByManagedInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
159var response = await RestClient.ListByManagedInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
193var response = RestClient.ListByManagedInstance(resourceGroupName, managedInstanceName, cancellationToken);
208var response = RestClient.ListByManagedInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceRestOperations.cs (6)
148public async Task<Response<ManagedInstanceOperationListResult>> ListByManagedInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
180public Response<ManagedInstanceOperationListResult> ListByManagedInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
234public async Task<Response<ManagedInstanceOperation>> GetAsync(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
267public Response<ManagedInstanceOperation> Get(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
313public async Task<Response<ManagedInstanceOperationListResult>> ListByManagedInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
350public Response<ManagedInstanceOperationListResult> ListByManagedInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedInstancesOperations.cs (14)
46public virtual async Task<Response<ManagedInstance>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
65public virtual Response<ManagedInstance> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
156var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
190var response = await RestClient.ListByInstancePoolAsync(resourceGroupName, instancePoolName, cancellationToken).ConfigureAwait(false);
205var response = await RestClient.ListByInstancePoolNextPageAsync(nextLink, resourceGroupName, instancePoolName, cancellationToken).ConfigureAwait(false);
239var response = RestClient.ListByInstancePool(resourceGroupName, instancePoolName, cancellationToken);
254var response = RestClient.ListByInstancePoolNextPage(nextLink, resourceGroupName, instancePoolName, cancellationToken);
276var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
291var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
313var response = RestClient.List(cancellationToken);
328var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\ManagedInstancesRestOperations.cs (14)
149public async Task<Response<ManagedInstanceListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
176public Response<ManagedInstanceListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
223public async Task<Response<ManagedInstance>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
255public Response<ManagedInstance> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
563public async Task<Response<ManagedInstanceListResult>> ListByInstancePoolAsync(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
595public Response<ManagedInstanceListResult> ListByInstancePool(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
640public async Task<Response<ManagedInstanceListResult>> ListAsync(CancellationToken cancellationToken = default)
660public Response<ManagedInstanceListResult> List(CancellationToken cancellationToken = default)
696public async Task<Response<ManagedInstanceListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
728public Response<ManagedInstanceListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
774public async Task<Response<ManagedInstanceListResult>> ListByInstancePoolNextPageAsync(string nextLink, string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
811public Response<ManagedInstanceListResult> ListByInstancePoolNextPage(string nextLink, string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
859public async Task<Response<ManagedInstanceListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
886public Response<ManagedInstanceListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\ManagedInstanceVulnerabilityAssessmentsOperations.cs (8)
47public virtual async Task<Response<ManagedInstanceVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedInstanceVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ManagedInstanceVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
109public virtual Response<ManagedInstanceVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
186var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
201var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
235var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
250var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceVulnerabilityAssessmentsRestOperations.cs (8)
73public async Task<Response<ManagedInstanceVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
106public Response<ManagedInstanceVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
165public async Task<Response<ManagedInstanceVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
204public Response<ManagedInstanceVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
337public async Task<Response<ManagedInstanceVulnerabilityAssessmentListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
369public Response<ManagedInstanceVulnerabilityAssessmentListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
415public async Task<Response<ManagedInstanceVulnerabilityAssessmentListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
452public Response<ManagedInstanceVulnerabilityAssessmentListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByRestorableDroppedDatabaseAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByRestorableDroppedDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByRestorableDroppedDatabase(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken);
180var response = RestClient.ListByRestorableDroppedDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken);
Generated\ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
383public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByRestorableDroppedDatabaseAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
420public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByRestorableDroppedDatabase(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
471public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByRestorableDroppedDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
513public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByRestorableDroppedDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
Generated\ManagedServerSecurityAlertPoliciesOperations.cs (6)
47public virtual async Task<Response<ManagedServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedServerSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedServerSecurityAlertPoliciesRestOperations.cs (6)
73public async Task<Response<ManagedServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
106public Response<ManagedServerSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
251public async Task<Response<ManagedServerSecurityAlertPolicyListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
283public Response<ManagedServerSecurityAlertPolicyListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
329public async Task<Response<ManagedServerSecurityAlertPolicyListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
366public Response<ManagedServerSecurityAlertPolicyListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\PrivateEndpointConnectionsOperations.cs (6)
47public virtual async Task<Response<PrivateEndpointConnection>> GetAsync(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateEndpointConnection> Get(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\PrivateEndpointConnectionsRestOperations.cs (6)
73public async Task<Response<PrivateEndpointConnection>> GetAsync(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
110public Response<PrivateEndpointConnection> Get(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
355public async Task<Response<PrivateEndpointConnectionListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
387public Response<PrivateEndpointConnectionListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
433public async Task<Response<PrivateEndpointConnectionListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
470public Response<PrivateEndpointConnectionListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\PrivateLinkResourcesOperations.cs (6)
47public virtual async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateLinkResource> Get(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\PrivateLinkResourcesRestOperations.cs (6)
71public async Task<Response<PrivateLinkResourceListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<PrivateLinkResourceListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
157public async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
194public Response<PrivateLinkResource> Get(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
244public async Task<Response<PrivateLinkResourceListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
281public Response<PrivateLinkResourceListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\RecommendedElasticPoolsOperations.cs (6)
47public virtual async Task<Response<RecommendedElasticPool>> GetAsync(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
67public virtual Response<RecommendedElasticPool> Get(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
177var response = await RestClient.ListMetricsAsync(resourceGroupName, serverName, recommendedElasticPoolName, cancellationToken).ConfigureAwait(false);
216var response = RestClient.ListMetrics(resourceGroupName, serverName, recommendedElasticPoolName, cancellationToken);
Generated\RecommendedElasticPoolsRestOperations.cs (6)
73public async Task<Response<RecommendedElasticPool>> GetAsync(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
110public Response<RecommendedElasticPool> Get(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
166public async Task<Response<RecommendedElasticPoolListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<RecommendedElasticPoolListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
253public async Task<Response<RecommendedElasticPoolListMetricsResult>> ListMetricsAsync(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
290public Response<RecommendedElasticPoolListMetricsResult> ListMetrics(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
Generated\RecoverableDatabasesOperations.cs (4)
47public virtual async Task<Response<RecoverableDatabase>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<RecoverableDatabase> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\RecoverableDatabasesRestOperations.cs (4)
73public async Task<Response<RecoverableDatabase>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
110public Response<RecoverableDatabase> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
166public async Task<Response<RecoverableDatabaseListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<RecoverableDatabaseListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\RecoverableManagedDatabasesOperations.cs (6)
47public virtual async Task<Response<RecoverableManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
67public virtual Response<RecoverableManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\RecoverableManagedDatabasesRestOperations.cs (6)
71public async Task<Response<RecoverableManagedDatabaseListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<RecoverableManagedDatabaseListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
157public async Task<Response<RecoverableManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
194public Response<RecoverableManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
244public async Task<Response<RecoverableManagedDatabaseListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
281public Response<RecoverableManagedDatabaseListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ReplicationLinksOperations.cs (4)
90public virtual async Task<Response<ReplicationLink>> GetAsync(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
111public virtual Response<ReplicationLink> Get(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
153var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
192var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\ReplicationLinksRestOperations.cs (4)
174public async Task<Response<ReplicationLink>> GetAsync(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
216public Response<ReplicationLink> Get(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
590public async Task<Response<ReplicationLinkListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
627public Response<ReplicationLinkListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\RestorableDroppedDatabasesOperations.cs (4)
47public virtual async Task<Response<RestorableDroppedDatabase>> GetAsync(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
67public virtual Response<RestorableDroppedDatabase> Get(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\RestorableDroppedDatabasesRestOperations.cs (4)
73public async Task<Response<RestorableDroppedDatabase>> GetAsync(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
110public Response<RestorableDroppedDatabase> Get(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
166public async Task<Response<RestorableDroppedDatabaseListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<RestorableDroppedDatabaseListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\RestorableDroppedManagedDatabasesOperations.cs (6)
47public virtual async Task<Response<RestorableDroppedManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
67public virtual Response<RestorableDroppedManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\RestorableDroppedManagedDatabasesRestOperations.cs (6)
71public async Task<Response<RestorableDroppedManagedDatabaseListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<RestorableDroppedManagedDatabaseListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
157public async Task<Response<RestorableDroppedManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
194public Response<RestorableDroppedManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
244public async Task<Response<RestorableDroppedManagedDatabaseListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
281public Response<RestorableDroppedManagedDatabaseListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\RestorePointsOperations.cs (4)
48public virtual async Task<Response<RestorePoint>> GetAsync(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
69public virtual Response<RestorePoint> Get(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
153var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
192var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\RestorePointsRestOperations.cs (4)
74public async Task<Response<RestorePointListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
111public Response<RestorePointListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
276public async Task<Response<RestorePoint>> GetAsync(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
318public Response<RestorePoint> Get(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
Generated\SensitivityLabelsOperations.cs (12)
143public virtual async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
167public virtual Response<SensitivityLabel> Get(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
191public virtual async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
215public virtual Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
304var response = await RestClient.ListCurrentByDatabaseAsync(resourceGroupName, serverName, databaseName, filter, cancellationToken).ConfigureAwait(false);
319var response = await RestClient.ListCurrentByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, filter, cancellationToken).ConfigureAwait(false);
359var response = RestClient.ListCurrentByDatabase(resourceGroupName, serverName, databaseName, filter, cancellationToken);
374var response = RestClient.ListCurrentByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, filter, cancellationToken);
416var response = await RestClient.ListRecommendedByDatabaseAsync(resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
431var response = await RestClient.ListRecommendedByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
473var response = RestClient.ListRecommendedByDatabase(resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
488var response = RestClient.ListRecommendedByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
Generated\SensitivityLabelsRestOperations.cs (12)
79public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
117public Response<SensitivityLabelListResult> ListCurrentByDatabase(string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
191public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
231public Response<SensitivityLabelListResult> ListRecommendedByDatabase(string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
547public async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
600public Response<SensitivityLabel> Get(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
686public async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
744public Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
935public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
978public Response<SensitivityLabelListResult> ListCurrentByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
1036public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
1081public Response<SensitivityLabelListResult> ListRecommendedByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
Generated\ServerAutomaticTuningOperations.cs (4)
45public virtual async Task<Response<ServerAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
64public virtual Response<ServerAutomaticTuning> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<ServerAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
104public virtual Response<ServerAutomaticTuning> Update(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\ServerAutomaticTuningRestOperations.cs (4)
71public async Task<Response<ServerAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<ServerAutomaticTuning> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
160public async Task<Response<ServerAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
197public Response<ServerAutomaticTuning> Update(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\ServerAzureADAdministratorsOperations.cs (6)
47public virtual async Task<Response<ServerAzureADAdministrator>> GetAsync(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
67public virtual Response<ServerAzureADAdministrator> Get(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerAzureADAdministratorsRestOperations.cs (6)
73public async Task<Response<ServerAzureADAdministrator>> GetAsync(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
106public Response<ServerAzureADAdministrator> Get(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
333public async Task<Response<AdministratorListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
365public Response<AdministratorListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
411public async Task<Response<AdministratorListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
448public Response<AdministratorListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerAzureADOnlyAuthenticationsOperations.cs (6)
47public virtual async Task<Response<ServerAzureADOnlyAuthentication>> GetAsync(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
67public virtual Response<ServerAzureADOnlyAuthentication> Get(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerAzureADOnlyAuthenticationsRestOperations.cs (6)
73public async Task<Response<ServerAzureADOnlyAuthentication>> GetAsync(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
106public Response<ServerAzureADOnlyAuthentication> Get(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
333public async Task<Response<AzureADOnlyAuthListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
365public Response<AzureADOnlyAuthListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
411public async Task<Response<AzureADOnlyAuthListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
448public Response<AzureADOnlyAuthListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerBlobAuditingPoliciesOperations.cs (6)
46public virtual async Task<Response<ServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
65public virtual Response<ServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
102var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
117var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
151var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
166var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerBlobAuditingPoliciesRestOperations.cs (6)
72public async Task<Response<ServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
104public Response<ServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
247public async Task<Response<ServerBlobAuditingPolicyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
279public Response<ServerBlobAuditingPolicyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
325public async Task<Response<ServerBlobAuditingPolicyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
362public Response<ServerBlobAuditingPolicyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerCommunicationLinksOperations.cs (4)
87public virtual async Task<Response<ServerCommunicationLink>> GetAsync(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
107public virtual Response<ServerCommunicationLink> Get(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
178var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\ServerCommunicationLinksRestOperations.cs (4)
157public async Task<Response<ServerCommunicationLink>> GetAsync(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
194public Response<ServerCommunicationLink> Get(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
351public async Task<Response<ServerCommunicationLinkListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
383public Response<ServerCommunicationLinkListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerConnectionPoliciesOperations.cs (4)
47public virtual async Task<Response<ServerConnectionPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
68public virtual Response<ServerConnectionPolicy> CreateOrUpdate(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ServerConnectionPolicy>> GetAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
108public virtual Response<ServerConnectionPolicy> Get(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
Generated\ServerConnectionPoliciesRestOperations.cs (4)
78public async Task<Response<ServerConnectionPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
117public Response<ServerConnectionPolicy> CreateOrUpdate(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
176public async Task<Response<ServerConnectionPolicy>> GetAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
209public Response<ServerConnectionPolicy> Get(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
Generated\ServerDnsAliasesOperations.cs (6)
47public virtual async Task<Response<ServerDnsAlias>> GetAsync(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
67public virtual Response<ServerDnsAlias> Get(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerDnsAliasesRestOperations.cs (6)
73public async Task<Response<ServerDnsAlias>> GetAsync(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
110public Response<ServerDnsAlias> Get(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
343public async Task<Response<ServerDnsAliasListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
375public Response<ServerDnsAliasListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
522public async Task<Response<ServerDnsAliasListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
559public Response<ServerDnsAliasListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerKeysOperations.cs (6)
47public virtual async Task<Response<ServerKey>> GetAsync(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
67public virtual Response<ServerKey> Get(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerKeysRestOperations.cs (6)
71public async Task<Response<ServerKeyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<ServerKeyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
157public async Task<Response<ServerKey>> GetAsync(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
194public Response<ServerKey> Get(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
435public async Task<Response<ServerKeyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
472public Response<ServerKeyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerSecurityAlertPoliciesOperations.cs (6)
47public virtual async Task<Response<ServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
67public virtual Response<ServerSecurityAlertPolicy> Get(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerSecurityAlertPoliciesRestOperations.cs (6)
73public async Task<Response<ServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
106public Response<ServerSecurityAlertPolicy> Get(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
251public async Task<Response<LogicalServerSecurityAlertPolicyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
283public Response<LogicalServerSecurityAlertPolicyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
329public async Task<Response<LogicalServerSecurityAlertPolicyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
366public Response<LogicalServerSecurityAlertPolicyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServersOperations.cs (12)
46public virtual async Task<Response<Server>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
65public virtual Response<Server> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
83public virtual async Task<Response<CheckNameAvailabilityResponse>> CheckNameAvailabilityAsync(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
101public virtual Response<CheckNameAvailabilityResponse> CheckNameAvailability(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
133var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
148var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
192var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
214var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
229var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
251var response = RestClient.List(cancellationToken);
266var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\ServersRestOperations.cs (12)
68public async Task<Response<ServerListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
95public Response<ServerListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
142public async Task<Response<Server>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
174public Response<Server> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
475public async Task<Response<ServerListResult>> ListAsync(CancellationToken cancellationToken = default)
495public Response<ServerListResult> List(CancellationToken cancellationToken = default)
537public async Task<Response<CheckNameAvailabilityResponse>> CheckNameAvailabilityAsync(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
564public Response<CheckNameAvailabilityResponse> CheckNameAvailability(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
605public async Task<Response<ServerListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
637public Response<ServerListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
681public async Task<Response<ServerListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
708public Response<ServerListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\ServerVulnerabilityAssessmentsOperations.cs (8)
47public virtual async Task<Response<ServerVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
67public virtual Response<ServerVulnerabilityAssessment> Get(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ServerVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
109public virtual Response<ServerVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
186var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
201var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
235var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
250var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerVulnerabilityAssessmentsRestOperations.cs (8)
73public async Task<Response<ServerVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
106public Response<ServerVulnerabilityAssessment> Get(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
165public async Task<Response<ServerVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
204public Response<ServerVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
337public async Task<Response<ServerVulnerabilityAssessmentListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
369public Response<ServerVulnerabilityAssessmentListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
415public async Task<Response<ServerVulnerabilityAssessmentListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
452public Response<ServerVulnerabilityAssessmentListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServiceObjectivesOperations.cs (4)
47public virtual async Task<Response<ServiceObjective>> GetAsync(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
67public virtual Response<ServiceObjective> Get(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\ServiceObjectivesRestOperations.cs (4)
73public async Task<Response<ServiceObjective>> GetAsync(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
110public Response<ServiceObjective> Get(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
166public async Task<Response<ServiceObjectiveListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<ServiceObjectiveListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServiceTierAdvisorsOperations.cs (4)
48public virtual async Task<Response<ServiceTierAdvisor>> GetAsync(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
69public virtual Response<ServiceTierAdvisor> Get(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
150var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\ServiceTierAdvisorsRestOperations.cs (4)
76public async Task<Response<ServiceTierAdvisor>> GetAsync(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
118public Response<ServiceTierAdvisor> Get(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
181public async Task<Response<ServiceTierAdvisorListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
218public Response<ServiceTierAdvisorListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\SubscriptionUsagesOperations.cs (6)
46public virtual async Task<Response<SubscriptionUsage>> GetAsync(string locationName, string usageName, CancellationToken cancellationToken = default)
65public virtual Response<SubscriptionUsage> Get(string locationName, string usageName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListByLocationAsync(locationName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListByLocationNextPageAsync(nextLink, locationName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.ListByLocation(locationName, cancellationToken);
156var response = RestClient.ListByLocationNextPage(nextLink, locationName, cancellationToken);
Generated\SubscriptionUsagesRestOperations.cs (6)
68public async Task<Response<SubscriptionUsageListResult>> ListByLocationAsync(string locationName, CancellationToken cancellationToken = default)
95public Response<SubscriptionUsageListResult> ListByLocation(string locationName, CancellationToken cancellationToken = default)
142public async Task<Response<SubscriptionUsage>> GetAsync(string locationName, string usageName, CancellationToken cancellationToken = default)
174public Response<SubscriptionUsage> Get(string locationName, string usageName, CancellationToken cancellationToken = default)
219public async Task<Response<SubscriptionUsageListResult>> ListByLocationNextPageAsync(string nextLink, string locationName, CancellationToken cancellationToken = default)
251public Response<SubscriptionUsageListResult> ListByLocationNextPage(string nextLink, string locationName, CancellationToken cancellationToken = default)
Generated\SyncAgentsOperations.cs (12)
47public virtual async Task<Response<SyncAgent>> GetAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
67public virtual Response<SyncAgent> Get(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<SyncAgentKeyProperties>> GenerateKeyAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
107public virtual Response<SyncAgentKeyProperties> GenerateKey(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
159var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
193var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
208var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
247var response = await RestClient.ListLinkedDatabasesAsync(resourceGroupName, serverName, syncAgentName, cancellationToken).ConfigureAwait(false);
262var response = await RestClient.ListLinkedDatabasesNextPageAsync(nextLink, resourceGroupName, serverName, syncAgentName, cancellationToken).ConfigureAwait(false);
301var response = RestClient.ListLinkedDatabases(resourceGroupName, serverName, syncAgentName, cancellationToken);
316var response = RestClient.ListLinkedDatabasesNextPage(nextLink, resourceGroupName, serverName, syncAgentName, cancellationToken);
Generated\SyncAgentsRestOperations.cs (12)
73public async Task<Response<SyncAgent>> GetAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
110public Response<SyncAgent> Get(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
357public async Task<Response<SyncAgentListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
389public Response<SyncAgentListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
444public async Task<Response<SyncAgentKeyProperties>> GenerateKeyAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
481public Response<SyncAgentKeyProperties> GenerateKey(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
540public async Task<Response<SyncAgentLinkedDatabaseListResult>> ListLinkedDatabasesAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
577public Response<SyncAgentLinkedDatabaseListResult> ListLinkedDatabases(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
627public async Task<Response<SyncAgentListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
664public Response<SyncAgentListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
715public async Task<Response<SyncAgentLinkedDatabaseListResult>> ListLinkedDatabasesNextPageAsync(string nextLink, string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
757public Response<SyncAgentLinkedDatabaseListResult> ListLinkedDatabasesNextPage(string nextLink, string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
Generated\SyncGroupsOperations.cs (18)
132public virtual async Task<Response<SyncGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
153public virtual Response<SyncGroup> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
185var response = await RestClient.ListSyncDatabaseIdsAsync(locationName, cancellationToken).ConfigureAwait(false);
200var response = await RestClient.ListSyncDatabaseIdsNextPageAsync(nextLink, locationName, cancellationToken).ConfigureAwait(false);
229var response = RestClient.ListSyncDatabaseIds(locationName, cancellationToken);
244var response = RestClient.ListSyncDatabaseIdsNextPage(nextLink, locationName, cancellationToken);
288var response = await RestClient.ListHubSchemasAsync(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
303var response = await RestClient.ListHubSchemasNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
347var response = RestClient.ListHubSchemas(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
362var response = RestClient.ListHubSchemasNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
418var response = await RestClient.ListLogsAsync(resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken).ConfigureAwait(false);
433var response = await RestClient.ListLogsNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken).ConfigureAwait(false);
489var response = RestClient.ListLogs(resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken);
504var response = RestClient.ListLogsNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken);
543var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
558var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
597var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
612var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\SyncGroupsRestOperations.cs (18)
68public async Task<Response<SyncDatabaseIdListResult>> ListSyncDatabaseIdsAsync(string locationName, CancellationToken cancellationToken = default)
95public Response<SyncDatabaseIdListResult> ListSyncDatabaseIds(string locationName, CancellationToken cancellationToken = default)
248public async Task<Response<SyncFullSchemaPropertiesListResult>> ListHubSchemasAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
290public Response<SyncFullSchemaPropertiesListResult> ListHubSchemas(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
367public async Task<Response<SyncGroupLogListResult>> ListLogsAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
421public Response<SyncGroupLogListResult> ListLogs(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
688public async Task<Response<SyncGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
730public Response<SyncGroup> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
1121public async Task<Response<SyncGroupListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1158public Response<SyncGroupListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1207public async Task<Response<SyncDatabaseIdListResult>> ListSyncDatabaseIdsNextPageAsync(string nextLink, string locationName, CancellationToken cancellationToken = default)
1239public Response<SyncDatabaseIdListResult> ListSyncDatabaseIdsNextPage(string nextLink, string locationName, CancellationToken cancellationToken = default)
1287public async Task<Response<SyncFullSchemaPropertiesListResult>> ListHubSchemasNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
1334public Response<SyncFullSchemaPropertiesListResult> ListHubSchemasNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
1398public async Task<Response<SyncGroupLogListResult>> ListLogsNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
1457public Response<SyncGroupLogListResult> ListLogsNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
1524public async Task<Response<SyncGroupListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1566public Response<SyncGroupListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\SyncMembersOperations.cs (10)
49public virtual async Task<Response<SyncMember>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
71public virtual Response<SyncMember> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
118var response = await RestClient.ListBySyncGroupAsync(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
133var response = await RestClient.ListBySyncGroupNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListBySyncGroup(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
192var response = RestClient.ListBySyncGroupNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
241var response = await RestClient.ListMemberSchemasAsync(resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken).ConfigureAwait(false);
256var response = await RestClient.ListMemberSchemasNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken).ConfigureAwait(false);
305var response = RestClient.ListMemberSchemas(resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken);
320var response = RestClient.ListMemberSchemasNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken);
Generated\SyncMembersRestOperations.cs (10)
79public async Task<Response<SyncMember>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
126public Response<SyncMember> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
560public async Task<Response<SyncMemberListResult>> ListBySyncGroupAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
602public Response<SyncMemberListResult> ListBySyncGroup(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
671public async Task<Response<SyncFullSchemaPropertiesListResult>> ListMemberSchemasAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
718public Response<SyncFullSchemaPropertiesListResult> ListMemberSchemas(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
889public async Task<Response<SyncMemberListResult>> ListBySyncGroupNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
936public Response<SyncMemberListResult> ListBySyncGroupNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
997public async Task<Response<SyncFullSchemaPropertiesListResult>> ListMemberSchemasNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
1049public Response<SyncFullSchemaPropertiesListResult> ListMemberSchemasNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
Generated\TransparentDataEncryptionsOperations.cs (4)
48public virtual async Task<Response<TransparentDataEncryption>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
70public virtual Response<TransparentDataEncryption> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
91public virtual async Task<Response<TransparentDataEncryption>> GetAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
112public virtual Response<TransparentDataEncryption> Get(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
Generated\TransparentDataEncryptionsRestOperations.cs (4)
81public async Task<Response<TransparentDataEncryption>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
125public Response<TransparentDataEncryption> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
191public async Task<Response<TransparentDataEncryption>> GetAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
229public Response<TransparentDataEncryption> Get(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
Generated\UsagesOperations.cs (4)
65var response = await RestClient.ListByInstancePoolAsync(resourceGroupName, instancePoolName, expandChildren, cancellationToken).ConfigureAwait(false);
80var response = await RestClient.ListByInstancePoolNextPageAsync(nextLink, resourceGroupName, instancePoolName, expandChildren, cancellationToken).ConfigureAwait(false);
115var response = RestClient.ListByInstancePool(resourceGroupName, instancePoolName, expandChildren, cancellationToken);
130var response = RestClient.ListByInstancePoolNextPage(nextLink, resourceGroupName, instancePoolName, expandChildren, cancellationToken);
Generated\UsagesRestOperations.cs (4)
76public async Task<Response<UsageListResult>> ListByInstancePoolAsync(string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
109public Response<UsageListResult> ListByInstancePool(string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
156public async Task<Response<UsageListResult>> ListByInstancePoolNextPageAsync(string nextLink, string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
194public Response<UsageListResult> ListByInstancePoolNextPage(string nextLink, string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
Generated\VirtualClustersOperations.cs (10)
46public virtual async Task<Response<VirtualCluster>> GetAsync(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualCluster> Get(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
90var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
105var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
127var response = RestClient.List(cancellationToken);
142var response = RestClient.ListNextPage(nextLink, cancellationToken);
171var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
186var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
215var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
230var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\VirtualClustersRestOperations.cs (10)
64public async Task<Response<VirtualClusterListResult>> ListAsync(CancellationToken cancellationToken = default)
84public Response<VirtualClusterListResult> List(CancellationToken cancellationToken = default)
124public async Task<Response<VirtualClusterListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
151public Response<VirtualClusterListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
198public async Task<Response<VirtualCluster>> GetAsync(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
230public Response<VirtualCluster> Get(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
439public async Task<Response<VirtualClusterListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
466public Response<VirtualClusterListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
507public async Task<Response<VirtualClusterListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
539public Response<VirtualClusterListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\VirtualNetworkRulesOperations.cs (6)
47public virtual async Task<Response<VirtualNetworkRule>> GetAsync(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
67public virtual Response<VirtualNetworkRule> Get(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\VirtualNetworkRulesRestOperations.cs (6)
73public async Task<Response<VirtualNetworkRule>> GetAsync(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
110public Response<VirtualNetworkRule> Get(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
357public async Task<Response<VirtualNetworkRuleListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
389public Response<VirtualNetworkRuleListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
435public async Task<Response<VirtualNetworkRuleListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
472public Response<VirtualNetworkRuleListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\WorkloadClassifiersOperations.cs (6)
49public virtual async Task<Response<WorkloadClassifier>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
71public virtual Response<WorkloadClassifier> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
118var response = await RestClient.ListByWorkloadGroupAsync(resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken).ConfigureAwait(false);
133var response = await RestClient.ListByWorkloadGroupNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListByWorkloadGroup(resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken);
192var response = RestClient.ListByWorkloadGroupNextPage(nextLink, resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken);
Generated\WorkloadClassifiersRestOperations.cs (6)
79public async Task<Response<WorkloadClassifier>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
126public Response<WorkloadClassifier> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
435public async Task<Response<WorkloadClassifierListResult>> ListByWorkloadGroupAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
477public Response<WorkloadClassifierListResult> ListByWorkloadGroup(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
533public async Task<Response<WorkloadClassifierListResult>> ListByWorkloadGroupNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
580public Response<WorkloadClassifierListResult> ListByWorkloadGroupNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
Generated\WorkloadGroupsOperations.cs (6)
48public virtual async Task<Response<WorkloadGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
69public virtual Response<WorkloadGroup> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\WorkloadGroupsRestOperations.cs (6)
76public async Task<Response<WorkloadGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
118public Response<WorkloadGroup> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
396public async Task<Response<WorkloadGroupListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
433public Response<WorkloadGroupListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
484public async Task<Response<WorkloadGroupListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
526public Response<WorkloadGroupListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)